Ejemplo n.º 1
0
 static function AddMenu()
 {
     $options = get_option(DSIDXPRESS_OPTION_NAME);
     dsSearchAgent_Admin::GenerateAdminMenus(DSIDXPRESS_PLUGIN_URL . 'assets/idxpress_LOGOicon.png');
     dsSearchAgent_Admin::GenerateAdminSubMenus();
     add_filter("mce_external_plugins", array("dsSearchAgent_Admin", "AddTinyMcePlugin"));
     add_filter("mce_buttons", array("dsSearchAgent_Admin", "RegisterTinyMceButton"));
     // won't work until this <http://core.trac.wordpress.org/ticket/12207> is fixed
     //add_filter("tiny_mce_before_init", array("dsSearchAgent_Admin", "ModifyTinyMceSettings"));
 }