Skip to content

Instantly share code, notes, and snippets.

@j-gardner
Last active December 11, 2015 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j-gardner/4565368 to your computer and use it in GitHub Desktop.
Save j-gardner/4565368 to your computer and use it in GitHub Desktop.
Arconix Shortcodes - Removing the shortcodes metabox from all post types
<?php // DO NOT include the opening php tag
// Remove Shortcodes Metabox from all post types
add_filter( 'arconix_shortcodes_meta_box_post_types', '__return_empty_array' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment