Top Google Search Results
- tinymce_before_init Wordpress hook details -- Adam Brown, BYU ...
Important warning! This hook does not occur in the most recent version of WordPress (3.3). Do not use it. It is deprecated. You should look at the list of " related ... - WordPress › Support » do_action('tinymce_before_init')
do_action('tinymce_before_init') (1 post). phillipcc. Member Posted 4 years ago #. Hi, I'm building a plugin to change the tinyMCE behavior. The function must ... - User:Skeltoac/Extending TinyMCE « WordPress Codex
A WordPress plugin can insert javascript code into the TinyMCE script by utilizing the action hook 'tinymce_before_init'. This allows you to process the JS before ... - WordPress › Support » add_editor_style for plugin
You can however hook onto tinymce_before_init and adjust the TinyMCE config .. OR .. if you're creating your own instance with wp_tiny_mce(), the second arg ...