Plug meta boxes into admin cpm classes

This commit is contained in:
Brian Miyaji
2014-03-26 16:28:28 +11:00
parent 95a7fbb9c7
commit 690ba1463f
53 changed files with 3990 additions and 2386 deletions

View File

@@ -21,8 +21,6 @@ class SP_Admin {
add_action( 'init', array( $this, 'includes' ) );
add_action( 'current_screen', array( $this, 'conditonal_includes' ) );
add_action( 'admin_init', array( $this, 'prevent_admin_access' ) );
// add_action( 'admin_init', array( $this, 'preview_emails' ) );
// add_action( 'admin_footer', 'sp_print_js', 25 );
}
/**