Custom Field & Meta Box in Gutenberg Editor
How to do this in the “new” way? From this: To this: Creating a custom field using a custom meta box is simple and very straightforward. Basically we create a meta box using meta box API and add it in post meta data using save_post hook. Here’s the basic code: // Add field: add_action( ‘add_meta_boxes’, … Continue reading Custom Field & Meta Box in Gutenberg Editor
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed