Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('edit_form_advanced', 'configMetaBox');
- function configMetaBox() {
- global $post;
- if($post->post_type == "destaques" || $post-post_type == "noticias") {
- include('meucustomfield.php');
- };
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement