• Would it be possible to put the age verify button on the frontend and allow users to decide if the content they will post should be age restricted? I’m just curious because it’s on my to-do list and would like to know what I’m in for when I get the time to really look into it.

    https://ww.wp.xz.cn/plugins/age-verify/

Viewing 1 replies (of 1 total)
  • This seems like it would be fairly simple to add if you are a programmer. All you would need to do is set the “Require verification for” to “Specific content” and then add some sort of code for the frontend that would set the ‘_av_needs_verify’ meta key to ‘1’:

    update_post_meta( $post_id, '_av_needs_verify', 1 );

    You could probably do this in your theme’s functions.php as I am thinking it would only be a few lines of code.

Viewing 1 replies (of 1 total)

The topic ‘Use with Frontier Post plugin’ is closed to new replies.