Archive | Functions by letter i RSS feed for this section

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

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.

2229

Continue reading