base_url = get_option('home').'/'.Str_Replace("\\", '/', SubStr( RealPath(DirName(__FILE__)), Strlen(ABSPATH) )); Add_Action( 'admin_menu', Array($this, 'Add_Meta_Box') ); Add_Action( 'save_post', Array($this, 'Save_Meta_Box_Inputs') ); } Function Add_Meta_Box(){ Add_Meta_Box( 'category-association', __('Associate posts with this page', 'theme'), Array($this, 'print_meta_box'), 'page', 'advanced', 'high' ); } Function Print_Meta_Box(){ Global $post; $association_settings = get_post_meta($post->ID, '_association_settings', True); ?>
()