Top Google Search Results
- tiny_mce_version 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 ... - MODX :: Disppearing content in TINY MCE - Version X ?
Never see this before. One of my clients is logging in and when the page loads, she says the content is disappearing. I'm trying to clarify what ... - How to create a TinyMCE button plugin for WordPress | WordPress ...
Sep 23, 2010 ... Filtering tiny_mce_version. The first filter alters the TinyMCE version number to trick the browser into believing a new version is being used. - Adding a TinyMCE button to Wordpress - Brett Terpstra
Apr 17, 2010 ... function my_refresh_mce($ver) { $ver += 3; return $ver; } add_filter( ' tiny_mce_version', 'my_refresh_mce');. This will intercept the version ...