_mce_set_direction [ WordPress Function ]
| Access: |
|
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Set the localized direction for MCE plugin.
Will only set the direction to 'rtl', if the WordPress locale has the text direction set to 'rtl'.
Fills in the 'directionality', 'plugins', and 'theme_advanced_button1' array keys. These keys are then returned in the $input array.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- WordPress 3.4-beta1 » WordPress\MCE
Apr 5, 2012 ... Set the localized direction for MCE plugin. _mce_set_direction(array $input) : array. Will only set the direction to 'rtl', if the WordPress locale has ...
docs.garyjones.co.uk - <?php // Some default filters add_filter('bloginfo','wp_specialchars ...
... 'sanitize_comment_cookies'); add_action('admin_print_scripts', ' wp_print_scripts', 20); add_action('mce_options', '_mce_set_direction'); ?>
core.svn.wordpress.org - Projects - Badi Jones
... '_config_wp_siteurl' ); add_filter( 'tiny_mce_before_init', '_mce_set_direction' ); add_filter( 'pre_kses', 'wp_pre_kses_less_than' ); add_filter( 'sanitize_title', ...
www.badijones.com - Code to Question on WPSE questions 39843 — Gist
Jan 25, 2012 ... remove_filter( 'tiny_mce_before_init', '_mce_set_direction' );. add_filter( ' tiny_mce_before_init', 'fb_tinymce', 9 );. function fb_tinymce( $init ) { ...
gist.github.com