Created
May 23, 2018 03:25
-
-
Save tdtgit/c27b6597ce521c328fb3a73909d92f9d 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
if ( is_category( array(1, 2, 3) ) ) { | |
// Do something | |
} else { | |
// Do something else | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment