Aula 1, Tópico 1
Em progresso

Aula 2 – Atenção

Shellen 01/06/2021

Scripts que foram vistos em cada aula.

/--- Remove Google Fonts ---/
add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );

/--- 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 );

/--- Remove Eicons: ---/
add_action( 'wp_enqueue_scripts', 'remove_default_stylesheet', 20 );
function remove_default_stylesheet() {
wp_deregister_style( 'elementor-icons' );
}

//Remove Gutenberg Block Library CSS from loading on the frontend
function smartwp_remove_wp_block_library_css(){
wp_dequeue_style( 'wp-block-library' );
wp_dequeue_style( 'wp-block-library-theme' );
}
add_action( 'wp_enqueue_scripts', 'smartwp_remove_wp_block_library_css' );

Plugins de Performance:
Clique no botão abaixo para aderir ao plugin Perfmatters:
Acessar o site Perfmatters

Clique no botão abaixo para aderir ao plugin WP Rocket:
Acessar o site WP Rocket

Atendimento no WhatsApp