Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Enables the Custom Fields metabox for reviews
- *
- * To use this snippet, paste it in your active theme's functions.php file.
- *
- * @return void
- */
- add_action('admin_init', function () {
- add_post_type_support('site-review', 'custom-fields');
- });
Add Comment
Please, Sign In to add comment