get( 'Version' ) ); } add_action( 'wp_enqueue_scripts', 'brandexia_styles' ); if ( ! function_exists( 'brandexia_setup' ) ) { function brandexia_setup() { add_theme_support( 'wp-block-styles' ); add_editor_style( 'style.css' ); } } function brandexia_setup_notice() { $notice_html = '

' . __( 'Unlock more with Brandexia PRO', 'brandexia' ) . '

' . __( 'Brandexia Free gives you a clean and lightweight base. Upgrade to Brandexia PRO to build faster, customize more and deliver truly professional websites.', 'brandexia' ) . '

' . __( 'Upgrade to Brandexia PRO', 'brandexia' ) . ' ' . __( 'View Live Demo', 'brandexia' ) . '
'; echo '
' . wp_kses_post( $notice_html ) . '
'; } add_action( 'admin_notices', 'brandexia_setup_notice' ); function brandexia_notice_close_script() { ?>