Limit Gallery Metabox to Specific Page

<?php
/**
* Limit Gallery Metabox to Specific Page
* @author Bill Erickson
* @link http://www.wordpress.org/extend/plugins/gallery-metabox
* @since 1.0
*
* @param bool display metabox
* @param string post ID
* @return bool display metabox
*/
function be_gallery_metabox_on_specific_page( $true, $post_id ) {
return '10' == $post_id;
}
add_filter( 'be_gallery_metabox_limit', 'be_gallery_metabox_on_specific_page', 10, 2 );
view raw gistfile1.aw hosted with ❤ by GitHub

Bill Erickson

Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk