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.