is_network_only_plugin()

Function: 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.

Source: wp-admin/includes/plugin.php:571

Used by 4 functions | Uses 1 function

is_new_day()

Function: Determines whether the publish date of the current post in the loop is different from the publish date of the previous post in the loop.

Source: wp-includes/functions.php:798

Used by 1 function | Uses 0 functions

is_page()

Function: Determines whether the query is for an existing single page.

Source: wp-includes/query.php:536

Used by 5 functions | Uses 3 functions

is_paged()

Function: Determines whether the query is for paged results and not for the first page.

Source: wp-includes/query.php:560

Used by 4 functions | Uses 3 functions

is_rtl()

Function: Determines whether the current locale is right-to-left (RTL).

Source: wp-includes/l10n.php:1528

Used by 21 functions | Uses 1 function

is_singular()

Function: Determines whether the query is for an existing single post of any post type (post, attachment, page, custom post types).

Source: wp-includes/query.php:693

Used by 20 functions | Uses 3 functions