Archive by Author

is_blog_admin

Whether the current request is for a blog admin screen /wp-admin/Does not inform on whether the user is a blog admin! Use capability checks to tell if the user should be accessing a section or not.

9865

Continue reading

has_term

Check if the current post has any of given terms.The given terms are checked against the post’s terms’ term_ids, names and slugs. Terms given as integers will only be checked against the post’s terms’ term_ids. If no terms are given, determines if post has any terms.

9794

Continue reading