You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Description: The Cusomtizer Framework is a tool for WordPress Theme Developer to develop theme using WordPress Customizer API while writing clean and minimal code.
* Author: Luke Watts
* Version: 1.0.0
* Text Domain: customizer-framework
* Wordpress Version: >=6.5
* PHP: >=8.2
*
*/
// Exist direct access.
defined( 'ABSPATH' ) || exit;
if (!file_exists(__DIR__ . '/autoload.php')) {
throw new Exception("Could not find autoload.php in root of plugin");