bp_remove_badgeos_conflict_ckeditor_dequeue_script( $src, $handle )
Description
Source
File: bp-core/bp-core-filters.php
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.