bp_remove_badgeos_conflict_ckeditor_dequeue_script( $src, $handle )
Description
Source
File: bp-core/bp-core-filters.php
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 | function bp_remove_badgeos_conflict_ckeditor_dequeue_script() { ?> <script type= "text/javascript" > if ( $( 'body' ).hasClass( 'activity' ) ) { <?php wp_deregister_script( 'ck_editor_cdn' ); wp_dequeue_script( 'ck_editor_cdn' ); ?> } </script> <?php } |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.