/
proc
/
self
/
root
/
home
/
henzagold
/
blog
/
wp-content
/
themes
/
gillion
/
inc
/
plugins
/
elementor
/
File Upload :
llllll
Current File: //proc/self/root/home/henzagold/blog/wp-content/themes/gillion/inc/plugins/elementor/elementor.php
<?php /* ** Add Elementor category */ function add_elementor_widget_categories( $elements_manager ) { $elements_manager->add_category( 'gillion', [ 'title' => esc_attr__( 'Gillion', 'gillion' ), 'icon' => 'fa fa-plug', ] ); } add_action( 'elementor/elements/categories_registered', 'add_elementor_widget_categories' ); /* ** Load functions when WPBakery Page Builder is disabled */ if( !class_exists( 'WPBakeryShortCode' ) ) : class WPBakeryShortCode { public function __construct() { // } } endif; /* ** Check if elementor content */ function gillion_is_elementor_content( $post_id ) { if( did_action( 'elementor/loaded' ) ) : global $post; return \Elementor\Plugin::$instance->db->is_built_with_elementor( $post_id ); endif; }
Copyright ©2k19 -
Hexid
|
Tex7ure