wp_enqueue_editor

wp_enqueue_editor

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-5.0.3

do_action('wp_enqueue_editor') is found 1 times:

  • /wp-includes/class-wp-editor.php line 787
    		 *
    		 * @param array $to_load An array containing boolean values whether TinyMCE
    		 *                       and Quicktags are being loaded.
    		 */
    		do_action( 'wp_enqueue_editor', array(
    			'tinymce'   => ( $default_scripts || self::$has_tinymce ),
    			'quicktags' => ( $default_scripts || self::$has_quicktags ),
    		) );
    	}
    
    	/**
    

See this hook used in plugins: