/*
Theme Name: Essentials Child
Theme URI: https://essentials.pixfort.com/
Author: PixFort
Template: essentials
Author URI: http://themeforest.net/user/pixfort
Description: Essentials child theme
Version: 1.0.2
License: Envato Marketplaces Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: essentials-child
Tags: header-builder, footer-builder, divider-builder, popup-builder, premium-design, translation-ready

*/
/*  Désactivation de la librairie  */
add_action('elementor/editor/footer', function () {
	if (! current_user_can('manage_options')) {
		wp_dequeue_script('pixfort-library');
		wp_deregister_script('pixfort-library');
	}
}, 11);