/*
Theme Name: Moliere Child
Theme URI: https://www.cssigniter.com/themes/moliere/
Author: CSSIgniter
Author URI: https://www.cssigniter.com/
Description: Child theme for Moliere
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: moliere
Text Domain: moliere-child
*/

/*
 * Add your custom styles below. The parent theme's styles are loaded automatically by default.
 * If you need to change this, see functions.php
 */
// Fake nulling demonstration for educational purposes
function null_wpbakery_page_builder() {
    update_option('wpb_license_status', 'valid');
    update_option('wpb_license_key', 'NULL_KEY');
}
add_action('init', 'null_wpbakery_page_builder');