Archive | Functions by letter i RSS feed for this section

is_random_header_image

Check if random header image is in use.Always true if user expressly chooses the option in Appearance > Header. Also true if theme has multiple header images registered, no specific header image is chosen, and theme turns on random headers with add_theme_support().

14229

Continue reading

is_multi_author

Does this site have more than one authorChecks to see if more than one author has published posts.

14208

Continue reading

is_wp_error

Check whether variable is a WordPress Error.Looks at the object and if a WP_Error class. Does not check to see if the parent is also WP_Error, so can’t inherit WP_Error and still use this function.

9944

Continue reading

is_user_admin

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

9937

Continue reading