• Resolved walkinverse

    (@walkinverse)


    I ended up paying the $149 for a 5 sites and when I need help, they tell me they cant. All I need to know is how to use a function they show on their dev docs with NO EXAMPLES. This is a common feature of all their competitors and as a paying customers they refuse to help. I am going to look into the policy as I might get my money back. Annoyed.

    Does anyone know how to use this function? I need an example. rcp_get_restricted_post_ids();

    The docs show no params, no call, nothing. And the support team told me to pretty much hire a developer for FEATURES built into all their competitors. And I paid for this????

Viewing 1 replies (of 1 total)
  • Plugin Support jkleinithemes

    (@jkleinithemes)

    Hi. I am sorry you had some struggles with this. WE will be updating our documentation in the future. Here’s one example of how to use this function:

    /**

    • Gets a list of post IDs with post-level restrictions defined.
      *
    • @since 2.7
    • @return array An array of post IDs.
      */
      $restricted_post_ids = rcp_get_restricted_post_ids();

      There’s another sample of this being used that can be found in the software, in this instance it’s being used to hide the posts. You can see it in use in RCO version 3.5.34 at:
    • restrict-content-pro > core > query-filters.php > line 53


Viewing 1 replies (of 1 total)
  • The topic ‘Display which post are set to restricted?’ is closed to new replies.