metabox

How to Add Metabox | Save & Get Meta box Value in WordPress

Meta boxes in WordPress are the draggable boxes that exist in WordPress admin. It contains form fields to set information about the post, page, custom post type, terms, users, comments etc. Meta box can also be used to display information like in the WordPress dashboard. By default, WordPress comes with some metaboxes that exist in …

How to Add Metabox | Save & Get Meta box Value in WordPress Read More »

How to Use WYSIWYG or WP Editor in WordPress Custom Meta box

Want to learn about how to add and use WYSIWYG or WP editor with your custom WordPress metabox, then trust me, it’s super easy. To add wp editor or wysiwyg editor, WordPress provides a function wp_editor() with some parameters and their attributes. wp_editor($content, $editor_id, $settings); $content – this is a string and required parameter, this …

How to Use WYSIWYG or WP Editor in WordPress Custom Meta box Read More »