spl_autoload_unregister( callable $function )

Unregisters an autoloader function.


Parameters

$function

(callable) (Required) The function to unregister.


Return

(bool) True if the function was unregistered, false if it could not be.


Source

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


Changelog

Changelog
Version Description
WP-4.6.0 Introduced. WP-4.6.0