Archive by Author

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