[wp-testers] adding buttons to TinyMCE

deliciousdays oliver.seidel at deliciousdays.com
Thu Feb 28 18:02:00 GMT 2008


Hello everyone.

This:
                add_filter("mce_plugins", "my_button_plugin", 0);
                add_filter('mce_buttons', 'my_button', 0);
                add_action('tinymce_before_init','my_button_script');

apparently doesn't work with WP2.5 anymore. Is there a best practice 
approach
to adding Tiny buttons going foward (from *within* the plugin code)?

Thanks,
Oliver

***
deliciousdays.com / cforms <http://www.deliciousdays.com/cforms-plugin>






More information about the wp-testers mailing list