spl_autoload_functions()

Retrieves the registered autoloader functions.


Description Description


Return Return

(array) List of autoloader functions.


Top ↑

Source Source

File: wp-includes/spl-autoload-compat.php

	function spl_autoload_functions() {
		return $GLOBALS['_wp_spl_autoloaders'];
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.