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' ] ); } }