Initializes and manages the parent theme config and constants

author etessore
version 1.0.0
package classes

 Methods

Register some constants

default_constants() 
Static

Disables the loading of javascripts and csses from a template part

disable_automatic_assets_manager() 
Static

Disable vd()\vc()\v() functions output, This is default status, generically good for production environments.

disable_debug() 
Static

Enable the Lorem Ipsum body text on empty pages

dummy_content() 
Static

Initializes the autoloader subsystem

enable_autoload_system() 
Static

Enables vd()\vc()\v() functions output, This is generically good for development environments.

enable_debug() 
Static

Gets the instance with the current options set

get_instance() : \ThemeUtils
Static

Returns

\ThemeUtilscurrent instance

Register the Secondary Menu to WordPress

register_bottom_menu(string $label) 
Static

Parameters

$label

string

the label for the menu

Registers the Primary Menu to WordPress

register_main_menu(string $label) 
Static

Parameters

$label

string

the label for the menu

Register the wtu-framework text domain to WordPress

register_text_domain() 
Static

Initializes default settings Singleton private constructor

__construct() 

 Properties

 

$instance : \ThemeUtils