wpessential/wpessential-theme-module

Help to build the WP theme.

Maintainers

Package info

github.com/wpessential/wpessential-theme-module

Homepage

pkg:composer/wpessential/wpessential-theme-module

Statistics

Installs: 36

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 2

2.1 2025-03-19 14:04 UTC

This package is auto-updated.

Last update: 2026-03-19 16:39:56 UTC


README

Help to build the WP theme

Used

# Load the autoloader PHP file
require_once get_template_directory() . '/vendor/autoload.php';

# Check the theme module file exists and then do_action for theme modules.
if ( class_exists( '\WPEssential\Theme\ThemeSetup' ) ) {
	\WPEssential\Theme\ThemeSetup::constructor();
}