• Resolved johnli2014

    (@johnli2014)


    Is there a way to also show videos that are set as private? Background: we are using ultimate member, and allow certain user role to have read_private_avog_video permission. Now we would like the short code that adds videos to page can also include private videos. is it doable?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author plugins360

    (@plugins360)

    1. Open /wp-content/plugins/all-in-one-video-gallery/public/videos.php file.

    2. Find the line,
    'post_status' => 'publish',

    3. Simply comment the line as below,
    //'post_status' => 'publish',

    4. Save the changes and try now.

    Hope, this solved your issue!

    • This reply was modified 5 years, 4 months ago by plugins360.
    Thread Starter johnli2014

    (@johnli2014)

    Perfect!! thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘show private videos’ is closed to new replies.