File: wp-includes/load.php
-
functionwp_check_php_mysql_versions()
Checks the server requirements.
-
functionwp_favicon_request()
Ensures all of WordPress is not loaded when handling a favicon.ico request.
-
functionwp_maintenance()
Dies with a maintenance message when conditions are met.
-
functiontimer_start()
Starts the WordPress micro-timer.
-
functiontimer_stop()
Retrieves or displays the time from the page start to when function is called.
-
functionwp_debug_mode()
Sets PHP error reporting based on WordPress debug settings.
-
functionis_ssl()
Determines if SSL is used.
-
functionabsint()
Converts a value to non-negative integer.
-
functionwp_convert_hr_to_bytes()
Converts a shorthand byte value to an integer byte value.
-
functionis_wp_error()
Checks whether the given variable is a WordPress Error.