__( 'TOP Variation', 'thrive-ab-page-testing' ), 'label_count' => _n_noop( 'TOP Variation (%s)', 'TOP Variations (%s)', 'thrive-ab-page-testing' ), 'public' => false,//posts shown in frontend ? 'internal' => false,//internal use? 'private' => false,//posts accessed by their url? 'protected' => true,//for own user see class-wp-query.php line 2895 'exclude_from_search' => false, 'show_in_admin_all_list' => false,//posts shown in admin lists? 'show_in_admin_status_list' => false,//lists among other statues ); register_post_status( self::VARIATION, $args ); } } Thrive_AB_Post_Status::init();