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?