Is there a function to wrap content but with captcha instead of password?
-
I’m using captcha rather than password. Is there a function to wrap content with passter’s captcha?
[passster captcha="true"]your hidden content[/passster]
something like this:
$args = array( 'captcha' => true ); if ( passster\PS_Conditional::is_valid( $args ) ) { // do something. }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Is there a function to wrap content but with captcha instead of password?’ is closed to new replies.