Remove Default Status doesn't work
-
I added the code:
add_filter( 'wp_listings_default_status_terms', 'custom_default_status_terms' ); function custom_default_status_terms() { $status_terms = array(); return $status_terms;to my theme’s functions.php, but it does nothing. Something changed in the latest plugin version?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Remove Default Status doesn't work’ is closed to new replies.