Filter by type:
Search
Skip to content
Browse: Home / Classes / Plugin_Loader / Plugin_Loader::__construct()

Plugin_Loader::__construct()

Constructor


Description


Source

File: inc/lib/utm-analytics/plugin-loader.php

	public function __construct() {

		spl_autoload_register( [ $this, 'autoload' ] );

		add_action( 'plugins_loaded', [ $this, 'load_textdomain' ] );
	}

Expand full source code Collapse full source code View on Trac


Changelog

Changelog
Version Description
0.0.1 Introduced.

User Contributed Notes

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