Ny Status – Utgått side
function register_expired_post_status() { register_post_status(‘expired’, array( ‘label’ => _x(‘Utgått’, ‘post’), ‘public’ => false, ‘exclude_from_search’ => true, ‘show_in_admin_all_list’ => true, ‘show_in_admin_status_list’ => true, ‘label_count’ => _n_noop(‘Utgått (%s)‘, ‘Utgåtte (%s)‘), )); } add_action(‘init’, ‘register_expired_post_status’); function add_expired_to_post_status_dropdown() { echo ‘‘; } add_action(‘admin_footer-post.php’, ‘add_expired_to_post_status_dropdown’); add_action(‘admin_footer-post-new.php’,…Continue reading