Recent

autoload function

autoload()

Autoloader for WebberZone\Code_Block_Highlighting classes.

Namespace: WebberZone\Code_Block_Highlighting
Source: includes/autoloader.php line 17

Signature

namespace WebberZone\Code_Block_Highlighting;

function autoload( $class_name );

Parameters

TypeNameDescription
string$class_nameThe name of the class to load.