Hi @patrickposner
The site doesnt break with the new function, but it does not show the password form either.
Do I need to call the form or is something else missing?
My code:
$Pargs = array( ‘password’ => ‘Balance’ );
if ( passster\PS_Conditional::is_valid( $Pargs ) ) {
the_content();
}
/ PROffset