create_empty_blog() Create an empty blog.
get_admin_users_for_domain() Get the admin for a domain/path combination.
wp_get_sites() Return an array of sites for a network or networks.
is_user_option_local() Check whether a usermeta key has to do with the current blog.
insert_blog() Store basic site info in the blogs table.
install_blog() Install an empty blog.
install_blog_defaults() Set blog defaults.
update_user_status() Update the status of a user in the database.
global_terms() Maintains a canonical list of terms by syncing terms created for each blog with the global terms table.
wp_scripts() Initializes $wp_scripts if it has not been set.
_wp_scripts_maybe_doing_it_wrong() Helper function to output a _doing_it_wrong message when applicable.
wp_print_scripts() Prints scripts in document head that are in the $handles queue.
wp_add_inline_script() Adds extra code to a registered script.
wp_register_script() Registers a new script.
wp_localize_script() Localizes a script.
wp_set_script_translations() Sets translated strings for a script.
wp_deregister_script() Removes a registered script.
wp_enqueue_script() Enqueues a script.
wp_dequeue_script() Removes a previously enqueued script.
wp_script_is() Determines whether a script has been added to the queue.
wp_script_add_data() Adds metadata to a script.
get_network() Retrieves network data given a network ID or network object.
get_networks() Retrieves a list of networks.
clean_network_cache() Removes a network from the object cache.
update_network_cache() Updates the network cache of given networks.
_prime_network_caches() Adds any networks from the given IDs to the cache that do not already exist in cache.
map_meta_cap() Maps a capability to the primitive capabilities required of the given user to
current_user_can() Returns whether the current user has the specified capability.
current_user_can_for_site() Returns whether the current user has the specified capability for a given site.
author_can() Returns whether the author of the supplied post has the specified capability.
user_can() Returns whether a particular user has the specified capability.
user_can_for_site() Returns whether a particular user has the specified capability for a given site.
wp_roles() Retrieves the global WP_Roles instance and instantiates it if necessary.
get_role() Retrieves role object.
add_role() Adds a role, if it does not exist.
remove_role() Removes a role, if it exists.
get_super_admins() Retrieves a list of super admins.
is_super_admin() Determines whether user is a site admin.
grant_super_admin() Grants Super Admin privileges.
revoke_super_admin() Revokes Super Admin privileges.
wp_maybe_grant_install_languages_cap() Filters the user capabilities to grant the 'install_languages' capability as necessary.
wp_maybe_grant_resume_extensions_caps() Filters the user capabilities to grant the 'resume_plugins' and 'resume_themes' capabilities as necessary.
wp_maybe_grant_site_health_caps() Filters the user capabilities to grant the 'view_site_health_checks' capabilities as necessary.
the_permalink() Displays the permalink for the current post.
user_trailingslashit() Retrieves a trailing-slashed string if the site is set for adding trailing slashes.
permalink_anchor() Displays the permalink anchor for the current post.
wp_force_plain_post_permalink() Determine whether post should always use a plain permalink structure.
get_the_permalink() Retrieves the full permalink for the current post or post ID.
get_permalink() Retrieves the full permalink for the current post or post ID.
get_post_permalink() Retrieves the permalink for a post of a custom post type.