Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




wp_tiny_mce [ WordPress Function ]

wp_tiny_mce ( $teeny = false, $settings = false )
See:
Defined at:



No description yet.

Source


<?php
function wp_tiny_mce$teeny false$settings false ) {
    
_deprecated_function__FUNCTION__'3.3''wp_editor()' );

    static 
$num 1;

    if ( ! 
class_exists('_WP_Editors' ) )
        require_once( 
ABSPATH WPINC '/class-wp-editor.php' );

    
$editor_id 'content' $num++;

    
$set = array(
        
'teeny' => $teeny,
        
'tinymce' => $settings $settings true,
        
'quicktags' => false
    
);

    
$set _WP_Editors::parse_settings($editor_id$set);
    
_WP_Editors::editor_settings($editor_id$set);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics