wpessential / wpessential-theme-module
Help to build the WP theme.
2.1
2025-03-19 14:04 UTC
Requires
- php: >=7.4
- ext-json: *
- wpessential/wpessential-commons: ^1.1.3
- wpessential/wpessential-images: ^2.0.2
- wpessential/wpessential-menus: ^2.0.3
- wpessential/wpessential-postypes: ^0.2.3
- wpessential/wpessential-sidebars: ^2.0.2
- wpessential/wpessential-theme-support: ^1.0.3
- wpessential/wpessential-widgets: ^1.0.6
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(); }