Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter adammontague

    (@adammontague)

    I guess this isn’t possible? However it’d be nice to know, either way…

    this is possible. But you need to write some code.
    `
    $p = BProtection::get_instance();
    $p->get_posts(); // will give you protected posts ids as array
    $p->get_pages(); // will give you protected pages ids as array
    $p->get_custom_posts(); // will give you custom posts ids as array.
    `
    with these ids at hand, you can query posts table to get details.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘List all pages which are protected’ is closed to new replies.