Display all uploaded files in Buddydrive
-
Hello,
I am trying to get all files (URLs to files). I have below query that works but I am struggling to take out GUID value inside loop for each file. How can I do that or is there any other way of creating loop that would return all files?
$file = new WP_Query( array( 'post_type' => 'buddydrive-file' ) );
- The topic ‘Display all uploaded files in Buddydrive’ is closed to new replies.