/home/vianto5/heredit.mx/wp-content/plugins/elementor-pro/modules/social
Edit: /home/vianto5/heredit.mx/wp-content/plugins/elementor-pro/modules/social/module.php (1360B)
get_css_assets_url( 'widget-social', null, true, true ),
[ 'elementor-frontend' ],
ELEMENTOR_PRO_VERSION
);
}
public function __construct() {
parent::__construct();
$this->add_component( 'facebook_sdk', new Facebook_SDK_Manager() );
add_action( 'elementor/frontend/after_register_styles', [ $this, 'register_styles' ] );
}
}