Skip to content

Instantly share code, notes, and snippets.

@mjangda
Created April 25, 2013 04:16
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 mjangda/5457466 to your computer and use it in GitHub Desktop.
Save mjangda/5457466 to your computer and use it in GitHub Desktop.
Adding custom post types to be support in Zone Manager zones
<?php
add_action( 'zoninator_pre_init', function() {
add_post_type_support( 'book', 'zoninator_zones' );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment