Which functions/classes are available during SHORTINIT?

When we want to load WP core with:

define( 'SHORTINIT', true );
require( __DIR__ .'/wp-load.php');

Which WordPress functions are available for us? i.e. get_option, WP_Query ... or which ones are available then? Is there any documentation?

Topic functions init Wordpress

Category Web


I've found they can be listed by get_declared_classes(), get_defined_functions(), which return all list of available functions.

(full list is here )

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.