Replies: 0
When plugin is active, I recieve only root folder media in query:
$query = new WP_Query( array(
'posts_per_page' => -1,
'post_type' => 'attachment',
'post_status' => 'inherit'))
How can I get all media in all folders?
Replies: 0
When plugin is active, I recieve only root folder media in query:
$query = new WP_Query( array(
'posts_per_page' => -1,
'post_type' => 'attachment',
'post_status' => 'inherit'))
How can I get all media in all folders?