TinyMCE Templates 2.6.0 available.
WordPress › TinyMCE Templates « WordPress Plugins
Following Filter Hoooks are added.
- “tinymce_template_title” – You can customize template title.
- “tinymce_template_excerpt” – You can customize template excerpt.
qTranslate fix
add_filter("tinymce_template_title", "qtranslate_fix"); function qtranslate_fix($title) { return qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($title); }
Thanks willytk ! 🙂
Reblogged this on YHVH Entertainment.