Created
March 5, 2019 14:18
-
-
Save patrickposner/4819590298902e65ae8d762fa52c5920 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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