Exclude wp_editor for Async JavaScript
-
I want to disable Async JavaScript for wp_editor. I use wp_editor on my frontend and it is not loading the editor.
I want to exclude it in the ‘Script Exclusion’ setting. But I have no idea what script to exclude. I need the script name to exclude the wp_edior. Please help.
This is the wp_edior callback function:
<?php $editor_id = 'description'; $settings = array( 'media_buttons' => false, 'quicktags'=> false, ); wp_editor( $content, $editor_id, $settings ); ?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Exclude wp_editor for Async JavaScript’ is closed to new replies.