Functions
-
functioncount_user_posts()
Gets the number of posts a user has written.
-
functioncreate_empty_blog()
Create an empty blog.
-
functioncreate_initial_post_types()
Creates the initial post types when ‘init’ action is fired.
-
functioncreate_initial_rest_routes()
Registers default REST API routes.
-
functioncreate_initial_taxonomies()
Creates the initial taxonomies.
-
functioncreate_initial_theme_features()
Creates the initial theme features when the ‘setup_theme’ action is fired.
-
functioncreate_user()
An alias of wp_create_user().
-
functioncurrent_action()
Retrieves the name of the current action hook.
-
functioncurrent_datetime()
Retrieves the current time as an object using the site’s timezone.
-
functioncurrent_filter()
Retrieves the name of the current filter hook.
-
functioncurrent_theme_info()
Retrieves information on the current active theme.
-
functioncurrent_theme_supports()
Checks a theme’s support for a given feature.
-
functioncurrent_time()
Retrieves the current time based on specified type.
-
functioncurrent_user_can()
Returns whether the current user has the specified capability.
-
functioncurrent_user_can_for_blog()
Returns whether the current user has the specified capability for a given site.
-
Prints JS templates for the theme-browsing UI in the Customizer.
-
functiondashboard_browser_nag_class()
Adds an additional class to the browser nag if the current version is insecure.
-
functiondashboard_php_nag_class()
Adds an additional class to the PHP nag if the current version is insecure.
-
functiondate_i18n()
Retrieves the date in localized format, based on a sum of Unix timestamp and timezone offset in seconds.
-
functiondbDelta()
Modifies the database based on specified SQL statements.
-
functiondeactivated_plugins_notice()
Renders an admin notice when a plugin was deactivated during an update.
-
functiondeactivate_plugins()
Deactivates a single plugin or multiple plugins.
-
functiondeactivate_sitewide_plugin()
Deprecated functionality for deactivating a network-only plugin.
-
functiondead_db()
Loads custom DB error or display WordPress DB error.
-
functiondebug_fclose()
Close the debugging file handle.
-
functiondebug_fopen()
Open the file handle for debugging.
-
functiondebug_fwrite()
Write contents to the file used for debugging.
-
functiondefault_password_nag()
-
functiondefault_password_nag_edit_user()
-
functiondefault_password_nag_handler()