Archive by Author

is_page

Is the query for a single page?If the $page parameter is specified, this function will additionally check if the query is for one of the pages specified.

2153

Continue reading

is_object_in_term

Determine if the given object is associated with any of the given terms.The given terms are checked against the object’s terms’ term_ids, names and slugs. Terms given as integers will only be checked against the object’s terms’ term_ids. If no terms are given, determines if object is associated with any terms in the given taxonomy.

2151

Continue reading

is_network_only_plugin

Checks for “Network: true” in the plugin header to see if this should be activated only as a network wide plugin. The plugin would also work when Multisite is not enabled.Checks for “Site Wide Only: true” for backwards compatibility.

2145

Continue reading