spl_autoload_functions

The timeline below displays how wordpress function spl_autoload_functions has changed across different WordPress versions. If a version is not listed, refer to the next available version below.

WordPress Version: 4.9

/**
 * Retrieves the registered autoloader functions.
 *
 * @since 4.6.0
 *
 * @return array List of autoloader functions.
 */
function spl_autoload_functions()
{
    return $GLOBALS['_wp_spl_autoloaders'];
}