Functions
-
functionget_site_by_path()
Retrieves the closest matching site object by its domain and path.
-
functionget_site_icon_url()
Returns the Site Icon URL.
-
functionget_site_meta()
Retrieves metadata for a site.
-
functionget_site_option()
Retrieve an option value for the current network based on name of option.
-
Returns the content for the help sidebar on the Edit Site screens.
-
functionget_site_screen_help_tab_args()
Returns the arguments for the help tab on the Edit Site screens.
-
functionget_site_transient()
Retrieves the value of a site transient.
-
functionget_site_url()
Retrieves the URL for a given site where WordPress application files (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible.
-
functionget_space_allowed()
Returns the upload quota for the current blog.
-
functionget_space_used()
Returns the space used by the current site.
-
functionget_status_header_desc()
Retrieves the description for the HTTP status.
-
functionget_stylesheet()
Retrieves name of the current stylesheet.
-
functionget_stylesheet_directory()
Retrieves stylesheet directory path for the active theme.
-
functionget_stylesheet_directory_uri()
Retrieves stylesheet directory URI for the active theme.
-
functionget_stylesheet_uri()
Retrieves stylesheet URI for the active theme.
-
Retrieves a list of reserved site on a sub-directory Multisite installation.
-
functionget_submit_button()
Returns a submit button, with provided text and appropriate class.
-
functionget_super_admins()
Retrieves a list of super admins.
-
functionget_tag()
Retrieves a post tag by tag ID or tag object.
-
functionget_tags()
Retrieves all post tags.
-
functionget_tags_to_edit()
Gets comma-separated list of tags available to edit.
-
functionget_tag_feed_link()
Retrieves the permalink for a tag feed.
-
functionget_tag_link()
Retrieves the link to the tag.
-
functionget_tag_regex()
Returns RegEx body to liberally match an opening HTML tag.
-
functionget_tag_template()
Retrieves path of tag template in current or parent template.
-
functionget_taxonomies()
Retrieves a list of registered taxonomy names or objects.
-
functionget_taxonomies_for_attachments()
Retrieves all of the taxonomies that are registered for attachments.
-
functionget_taxonomy()
Retrieves the taxonomy object of $taxonomy.
-
functionget_taxonomy_labels()
Builds an object with all taxonomy labels out of a taxonomy object.
-
functionget_taxonomy_template()
Retrieves path of custom taxonomy term template in current or parent template.