• Resolved DengineerPC

    (@dengineerpc)


    Hi,

    Can someone reccomend the cleanest way without overwriting the class-wp-job-manager-post-types.php

    to alter

    register_post_status( 'preview', array(
    			'label'                     => _x( 'Preview', 'post status', 'wp-job-manager' ),
    			'public'                    => false,
    			'exclude_from_search'       => true,
    			'show_in_admin_all_list'    => true,
    			'show_in_admin_status_list' => true,
    			'label_count'               => _n_noop( 'Preview <span class="count">(%s)</span>', 'Preview <span class="count">(%s)</span>', 'wp-job-manager' ),
    		) );

    Not the biggest expert in wordpress functions, but I assume I can get a function in function.php to overwrite this?

    https://wordpress.org/plugins/job-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Thomas Townsend

    (@smb-dev)

    What are you trying to achieve or do ?

    Thread Starter DengineerPC

    (@dengineerpc)

    Hi Thomas,

    I would like the job listings with the preview status to be seen in the wp admin. I have come across people not publishing jobs after the preview display, and I would like an easy way to manage them (trash, publish)

    Plugin Author Thomas Townsend

    (@smb-dev)

    Put in a request for feature enhancement with specifics, examples of what you want and we will take a look at it.

    Be sure to Mark is as feature enhancement.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Display "Preview" post_status in admin panel.’ is closed to new replies.