Forums

how to replace wp_tiny_mce with wp_editor (1 post)

  1. stenlylee
    Member
    Posted 4 months ago #

    I used to add fonts with codes like this:

    add_action('admin_head', 'load_tiny_mce');
    function load_tiny_mce(){
    	$theme_advanced_fonts = 'Arail=arail;';
    	wp_tiny_mce(false, array(
    		'mode' => 'specific_textareas',
    		'editor_selector' => 'tinymce-textarea',
    		'theme_advanced_fonts' => $theme_advanced_fonts
    	));
    }

    how to use wp_editor instead?

    thanks

Reply

You must log in to post.

About this Topic

Tags