I’ve found that you can manual set availability button by this attribute theme_advanced_buttons1 (for button in row 1)
Example :
function disable_mce_buttons( $opt ) {
//set button that will be show in row 1
$opt['theme_advanced_buttons1'] = 'bold,italic,strikethrough,|,bullist,numlist,blockquote,|,justifyleft,justifycenter,justifyright,|,link,unlink,wp_more,|,spellchecker,wp_fullscreen,wp_adv,separator';
return $opt;
}
add_filter('tiny_mce_before_init', 'disable_mce_buttons');
Related Posts:
- How to add a shortcode button to the TinyMCE editor?
- How to load wp_editor via AJAX
- How to Add WYSIWYG Editor (tinyMCE) to plugin options page compatible with WordPress 3.0 and up?
- TinyMCE Advanced newline problem
- Disable text tab on WordPress text-editor
- Issues creating a tinyMCE plugin that creates a custom link
- Adding rich text editor to my plugin
- How to Add TinyMCE’s plugin in wordpress?
- White text on white background in TinyMCE when wp_editor is called in WP 3.9
- How can I get the post content displayed in a text field that allows to edit posts?
- How to add custom JS to tinymce in wordpress
- how to load tinymce external plugin
- Set WordPress TinyMCE Editor To Readonly
- Getting selected (highlighted) html from the Visual Editor on Edit Post page?
- How to edit content before post update
- How to replace wordpress default text editor (TinyMCE) with a custom one.
- accessing wp.media api from a tinymce plugin
- How to load wp_editor via AJAX
- jquery tinymce and bundled wp plugins
- Trouble adding tiny mce to textarea in custom plugin
- Using TinyMCE in plugin?
- TinyMCE Styles Dropdown not adding html tags other than span
- Hook into existing tinyMCE button
- How to add table class for tables of TinyMCE advanced wordpress plugin? [closed]
- Is there a good way to load tiny_mce_popup.js through editor.windowManager.open?
- Generate Own Custom CSS Button with icon
- How do I add multiple buttons to Tiny MCE in a single plugin?
- “switchEditors is not defined” with wp_editor() in jQuery UI tabs
- Example for use tinymce in wordpress 3.5.1?
- Custom characters of tinymce editor are saved as question mark
- “After file loaded” action
- How to apply to hide TinyMCE (wp_editor) on button click
- How to hide the cell properties and row properties in TinyMCE WordPress?
- How to use wp_editor and save its data in wp_posts table
- How to disable/enable PHP plugin functionality based on a TinyMCE toggle-button
- Sanitize AROUND shortcode
- TinyMCE how to add css when inputing a text
- can’t use span or icon tags on when editing visual composer element
- Extending the “Add Media”-Dialog … how do I finally insert something to the Post?
- how to enable tinymce custom buttons in meta box?
- Better code/text editing for posts and pages?
- Filter html of WordPress editor in visual mode only
- Using Iris Colorpicker on TinyMCE shortcodes page [duplicate]
- How can I replace the built in WordPress editor?
- How to append TinyMCE editor in TinyMCE editor’s popup
- Why “Contact Form 7” doesn’t update PHPmailer library?
- How to use the xili-language plugin?
- WordPress Plugin as ‘Library’ From Abstract Application?
- Use comments as notes, visible for comment author only
- Show list of loaded php files from plugins
- Edit/revise option for authors to suggest improvement to posts [closed]
- Prevent CSS/JS loading when plugin is not used
- Downloads manager plugin [closed]
- Uncaught Error: Call to undefined function get_user_by() after moving function from theme to plugin
- How to add new tabs in post.php
- Do I violate WordPress’s license by using a white label plugin?
- Shortcode to generate and save password in a file
- Custom plugins/Manipulated plugins: Always a terrible idea to inherit these types of WP sites that discourage updates? [closed]
- What kind of data is that?
- Ran into a problem installing plugins with Composer
- Demystifying and understanding shortcode nomenclature
- Conditionally add apt. Open Graph meta data to different pages on WordPress site
- Does a wordpress plugin (not a membership one) exist for selling access to some webpages? [closed]
- plugin style conflicts, how to override? [closed]
- How to style the RSS wordpress?
- Want to take Facebook Page posts and turn them into blog post
- What’s the best way to go about updating WordPress plugins when using SVN and multiple environments?
- Sidebar widget: Randomly select text from a given set
- redirected you too many times
- Create custom pages with a plugin
- WordPress as template engine
- XML Sitemap Generator can’t notify google and bing
- Woocommerce Backend Search by Title and SKU
- How do I make sure that my plugin only runs on article detail pages?
- Remove specific administrator’s capability
- Different Layerslider by page id?
- How to change Header image depending on language [closed]
- admin-ajax.php 500 error when new users try to register
- Javascript not getting injected into page
- Changing wordpress/woocommerce notices default message to other languages (text)
- How to update all in-site redirect URLs to destination URLs at once
- wordpress loop giving me content
- How to pass multiple custom fields as shortcode’s parameters
- Submenu Page under Settings in Admin Panel
- Custom plugin settings page with tab. Error: “Sorry, you are not allowed to access this page.”
- Which membership plugin enables users to enter html links in blogs and on their profile page?
- How to add a box note in wordpress plugin page ? top header side.
- How to create a custom page for unrelated database?
- Custom on the fly e-mail alerts
- Plugin on all site except primary one
- WordPress function to add text
- Directory structure for plugin changes
- How can I pass value to function in add_menu_page?
- Integrating planning tools in wordpress
- TheCartPress plugin – Make every item in store unique
- Can anyone see a syntax error in this? [closed]
- How can i include a plugin in my theme folder?
- wp_handle_upload – specified file failed upload test
- Split Million WordPress Post’s Into Multiple Database Server
- Automatic assignment of multi images to products in WooCommerce/WordPress with SKU