Make sure tinymce
option has a valid value.
Remove it or set it to true if you don’t pass any parameters to tinymce
$editor_config = array(
'teeny'=>true,
'textarea_rows'=>10,
'editor_class'=>'csec_text',
'textarea_name'=>'csec_body',
'wpautop'=>false,
'tinymce'=>$tinymce_options //THIS OPTION SHOULD BE VALID
);
Edit:
Made a small research. Add wpview
in plugins argument of tinymce options.
$tinymce_options = array(
'plugins' => "wpview,lists,link,textcolor,hr",
//all other options
}
Also, there is no tinymce table
plugin.
List of available plugins:
'charmap',
'colorpicker',
'hr',
'lists',
'media',
'paste',
'tabfocus',
'textcolor',
'fullscreen',
'wordpress',
'wpautoresize',
'wpeditimage',
'wpemoji',
'wpgallery',
'wplink',
'wpdialogs',
'wptextpattern',
'wpview',
Related Posts:
- Custom field for default gallery
- all tincymce’s switch when updating page after changing from html to text in custom metabox
- wp_editor removes paragraph from custom meta box
- Should custom meta boxes be able to output shortcodes the same as WordPress’ native post editor?
- shortcode in a custom metabox
- Enable a short code in the custom meta field
- Display meta data from a custom field within plugin Category Grid View Gallery
- Insert wp gallery shortcode into custom textarea
- Add custom fields to wp native gallery settings
- Custom field/meta populated by dropdown of existing posts?
- What is the index [0] for on post meta fields?
- Any way to add custom options to Gallery Settings?
- Individual Widgets per Page
- Gutenberg add a custom metabox to default blocks
- ‘Preview Changes’ for custom meta boxes?
- Using TinyMce with textareas in meta boxes on custom post types
- add meta box – custom field : which to choose?
- Add metabox to document tab in gutenberg
- How to add add_meta_box to specific Page Template?
- Custom field metabox not showing in back-end
- explode array within shortcode
- Change behavior of “Insert into Post” based on attachment metadata
- How to hide meta box values from custom fields list?
- Adding another state (spam, reject, approve) to wordpress comments?
- Arrange custom fields with drag and drop?
- How can I avoid re-inventing the Custom Fields wheel in my Plugin’s Metabox?
- Unable to get Preview of Uploaded image within a Custom Meta box
- Using media-upload.php to upload mp3 via custom fields
- extend Meta Box / Document Panel
- Add new “Insert Into Post” button with another function
- Add custom option to Standard Page Attributes Meta Box
- How to store the value of a custom field dropdown select for post referencing?
- Add multiple images to a page sidebar
- Only show metabox when date-value in other metabox is over?
- Custom Meta Boxes: Store two values in one repeatable field
- Call a custom field in an audio shortcode?
- Populating meta box with select-list of existing posts, and assigning it to custom post types
- How to customize default wordpress editor?
- Create meta boxes that don’t show in custom fields
- How To Create a Metabox of HTML Content with Instructions For Editors When Editing a Post or Page?
- How to load php file for specific page in admin?
- How to set default metaboxes on user creation?
- Metabox nonce PHP notice
- TinyMCE in Custom Metabox not loaded after upgrading from WP 3.1.4 to WP 3.2
- How do I assign this filter to a variable? (Appending php & markup to the_content)
- Problem in custom meta boxes
- Multiplile values checkbox or select in custom meta box
- Create custom field key upon theme activation
- Problem with adding exta field in metabox in custom post type
- Adding a custom field or metabox to the post-thumbnail widget?
- Execute/Parse Shortcode in Native WordPress Custom Field Value Field
- Custom fields to save multiple values
- How do I add custom_meta_box_id’s value?
- Undefined index error when saving content on metabox
- How to save multiple metaboxes?
- Metabox with multiple fields added by user and upload box
- add meta box using function.php
- Metabox image upload and custom field
- My metabox class
- wp_handle_upload error “Specified file failed upload test” but still creates attachment?
- How to construct multiple meta boxes
- Loading scripts to the Post Edit page only
- Force hide custom field metaboxes
- Woocommerce with metabox plugin
- How to Display Custom Meta Box only on Specific Page IDs
- WP Custom Fields Metabox Disappears – ACF plugin issue [closed]
- Metabox will not save
- wp_editor not saving data, and text area showing html tags
- How to check for specific meta box value on front end and output accordingly
- Where did the Add New Custom Field go?
- How Meta Data is different from Custom Fields of POST/PAGE in WordPress
- Audio player shortcode not showing up when using variable
- Admin meta Image Path
- Create WordPress shortcode with php code inside
- Tweak Meta for Post to work it for Pages also
- Odd PHP Code To Display HTML Of Meta Box [closed]
- Use shortcodes in custom metabox using wp_editor?
- Display WP-Types custom fields in post [closed]
- custom field not saved
- How to create a Custom Meta Box with Name/Value Admin User Input Fields?
- Create Multiple File Upload Metabox in WordPress
- Users Select inside custom metabox
- Custom Metabox Not Saving
- Better Method for Multiple Meta Boxes
- how to fetch the meta field keys/meta boxes from a post type?
- How to Create Dynamic Fields in a Meta Box?
- Set front page option using custom fields?
- Can’t get metabox value (a url) returned using WPAlchemy
- Unsaved changes in metabox inputs not detected in the block editor
- Shortcode To Display Post Custom Field Value Inside Excerpt
- How to create a gallery custom field for WordPress post?
- Custom Meta Box (SELECT) Not Saving
- modify wordpress caption shortcode
- How to create a shortcode to print specific values stored in a post meta array?
- Get updated meta value after post update or published (custom post type) using hook
- Custom Attachment Caption Fields
- Button inside Custom Meta Box triggering the Update Button
- Why is my Custom Meta Box Field Inputs NOT saving?
- custom-meta-box checkboxes from loop won’t save
- Insert a custom field into a shortcode and use it in post(s)