Skip to content

Instantly share code, notes, and snippets.

@patrickposner
Created March 5, 2019 14:18
Show Gist options
  • Select an option

  • Save patrickposner/4819590298902e65ae8d762fa52c5920 to your computer and use it in GitHub Desktop.

Select an option

Save patrickposner/4819590298902e65ae8d762fa52c5920 to your computer and use it in GitHub Desktop.
$passwords = array('123', '345', '678' );
if ( true === passster\PS_Conditional::are_passwords_valid( $passwords ) ) {
the_content();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment