wpseek.com
A WordPress-centric search engine for devs and theme authors



wp-includes/load.php › WordPress File

Functions55
These functions are needed to load WordPress.


Function Short description
get_current_blog_idRetrieve the current site ID.
get_current_network_idRetrieves the current network ID.
is_adminDetermines whether the current request is for an administrative interface page.
is_blog_adminDetermines whether the current request is for a site's administrative interface.
is_loginDetermines whether the current request is for the login screen.
is_multisiteIf Multisite is enabled.
is_network_adminDetermines whether the current request is for the network administrative interface.
is_protected_ajax_actionDetermines whether we are currently handling an Ajax action that should be protected against WSODs.
is_protected_endpointDetermines whether we are currently on an endpoint that should be protected against WSODs.
is_sslDetermines if SSL is used.
is_user_adminDetermines whether the current request is for a user admin screen.
is_wp_errorChecks whether the given variable is a WordPress Error.
require_wp_dbLoad the database class file and instantiate the `$wpdb` global.
shutdown_action_hookRuns just before PHP shuts down execution.
timer_floatGet the time elapsed so far during this PHP script.
timer_startStart the WordPress micro-timer.
timer_stopRetrieve or display the time from the page start to when function is called.
wp_check_php_mysql_versionsCheck for the required PHP version, and the MySQL extension or a database drop-in.
wp_cloneCopy an object.
wp_convert_hr_to_bytesConverts a shorthand byte value to an integer byte value.
wp_debug_modeSet PHP error reporting based on WordPress debug settings.
wp_doing_ajaxDetermines whether the current request is a WordPress Ajax request.
wp_doing_cronDetermines whether the current request is a WordPress cron request.
wp_favicon_requestDon't load all of WordPress when handling a favicon.ico request.
wp_finalize_scraping_edited_file_errorsFinalize scraping for edited file errors.
wp_fix_server_varsFix `$_SERVER` variables for various setups.
wp_get_active_and_valid_pluginsRetrieve an array of active and valid plugin files.
wp_get_active_and_valid_themesRetrieves an array of active and valid themes.
wp_get_environment_typeRetrieves the current environment type.
wp_get_mu_pluginsRetrieve an array of must-use plugin files.
wp_get_server_protocolReturn the HTTP protocol sent by the server.
wp_installingCheck or set whether WordPress is in "installation" mode.
wp_is_file_mod_allowedDetermines whether file modifications are allowed.
wp_is_ini_value_changeableDetermines whether a PHP ini value is changeable at runtime.
wp_is_jsonp_requestChecks whether current request is a JSONP request, or is expecting a JSONP response.
wp_is_json_media_typeChecks whether a string is a valid JSON Media Type.
wp_is_json_requestChecks whether current request is a JSON request, or is expecting a JSON response.
wp_is_maintenance_modeCheck if maintenance mode is enabled.
wp_is_recovery_modeIs WordPress in Recovery Mode.
wp_is_site_protected_by_basic_authChecks if this site is protected by HTTP Basic Auth.
wp_is_xml_requestChecks whether current request is an XML request, or is expecting an XML response.
wp_load_translations_earlyAttempt an early load of translations.
wp_magic_quotesAdd magic quotes to `$_GET`, `$_POST`, `$_COOKIE`, and `$_SERVER`.
wp_maintenanceDie with a maintenance message when conditions are met.
wp_not_installedRedirect to the installer if WordPress is not installed.
wp_populate_basic_auth_from_authorization_headerPopulates the Basic Auth server details from the Authorization header.
wp_set_internal_encodingSet internal encoding.
wp_set_lang_dirSet the location of the language directory.
wp_set_wpdb_varsSet the database table prefix and the format specifiers for database table columns.
wp_skip_paused_pluginsFilters a given list of plugins, removing any paused plugins from it.
wp_skip_paused_themesFilters a given list of themes, removing any paused themes from it.
wp_start_object_cacheStart the WordPress object cache.
wp_start_scraping_edited_file_errorsStart scraping edited file errors.
wp_using_ext_object_cacheToggle `$_wp_using_ext_object_cache` on and off without directly touching global.
wp_using_themesDetermines whether the current request should use themes.