Remove Font Awesome - Elementor

PHOTO EMBED

Wed Nov 10 2021 07:17:08 GMT+0000 (Coordinated Universal Time)

Saved by @itaiki

//******--- Remove Font Awesome ---*****
//===============================
add_action( 'elementor/frontend/after_register_styles',function() {
	foreach( [ 'solid', 'regular', 'brands' ] as $style ) {
		wp_deregister_style( 'elementor-icons-fa-' . $style );
	}
}, 20 );
content_copyCOPY