TinyMCE Anchor Button in Editor?
-
This functions.php code used to work:
//* Add buttons to WP Editor
function enable_more_buttons($buttons) {
$buttons[] = ‘anchor’;return $buttons;
}
add_filter(“mce_buttons”, “enable_more_buttons”);However, it no longer works. The anchor button doesn’t appear in the editor after upgrading. I checked the TinyMCE site and can’t find anything referencing a change to “anchor” to all the anchor button into the editor.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘TinyMCE Anchor Button in Editor?’ is closed to new replies.