Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'wp_footer', 'buddyboss_media_modal_uploader_mention_script' );
- function buddyboss_media_modal_uploader_mention_script(){
- if( !function_exists( 'buddyboss_media' ) )
- return;
- ?>
- <style type="text/css">
- .atwho-view{
- z-index: 8011 !important;
- }
- </style>
- <script type="text/javascript">
- jQuery(document).ready(function($){
- $(".buddyboss-comment-media-bulk-uploader-text, #buddyboss-media-bulk-uploader-text").each(function(){
- if( !$(this).hasClass('bp-suggestions') ){
- $(this).addClass('bp-suggestions').bp_mentions( bp.mentions.users );
- }
- });
- });
- </script>
- <?php
- }
Add Comment
Please, Sign In to add comment