Archive | Documentation RSS feed for this section

maybe_add_column

* maybe_add_column() * Add column to db table if it doesn’t exist.* Returns: true if already exists or on successful completion * false on error

9993

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