LLMS_Theme_Support::__construct()

Constructor


Return Return

(void)


Top ↑

Source Source

File: includes/theme-support/class-llms-theme-support.php

	public function __construct() {
		add_action( 'after_setup_theme', array( $this, 'includes' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.3.0 Load includes during after_setup_theme instead of plugins_loaded.
3.37.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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