Tag Archives: codex

is_admin

Whether the current request is for a network or blog admin pageDoes not inform on whether the user is an admin! Use capability checks to tell if the user should be accessing a section or not.

2085

Continue reading

in_category

Check if the current post in within any of the given categories.The given categories are checked against the post’s categories’ term_ids, names and slugs. Categories given as integers will only be checked against the post’s categories’ term_ids.

2071

Continue reading