Advertisement

wp_using_ext_object_cache

Toggle `$_wp_using_ext_object_cache` on and off without directly touching global.

require_wp_db

Load the database class file and instantiate the `$wpdb` global.

wp_set_lang_dir

Set the location of the language directory.

Advertisement

wp_debug_mode

Set PHP error reporting based on WordPress debug settings.

timer_stop

Retrieve or display the time from the page start to when function is called.

timer_start

Start the WordPress micro-timer.

Advertisement

wp_maintenance

Die with a maintenance message when conditions are met.

wp_favicon_request

Don’t load all of WordPress when handling a favicon.ico request.

wp_check_php_mysql_versions

Check for the required PHP version, and the MySQL extension or a database drop-in.

Advertisement