Skip to content

wpessential/wpessential-theme-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPEssential Theme Module

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();
}