Viewing 1 replies (of 1 total)
  • Thread Starter SergeAx

    (@sergeax)

    Okay, I’ve made a hack for this:

    add_filter('wpcf_pr_belongs_post_status', function ($status_array) {
    	$status_array[] = 'draft';
    	return $status_array;
    }, 10);

    Is there any chance to have this in plugin settings?

Viewing 1 replies (of 1 total)
  • The topic ‘Draft posts in drop-down lists’ is closed to new replies.