Display only published elements on re-order page
-
Hi,
To display the re-order page’s elements, you are using an array of args isare passed in a wp query. Could you please add a filter to it which at least will developpers to change this args. I am espacially thinking about changing the post status from ‘any’ to ‘publish’.
In CPTO at l.349 :
$the_query = new WP_Query( apply_filter( 'some_hook', $args ) );
Thx you
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Display only published elements on re-order page’ is closed to new replies.