/**
 * Theme Name:     Petroisa
 * Author:         Alexandre Koch
 * Template:       hello-elementor
 * Text Domain:	   petroisa
 * Description:    Website customizado para a Empresa Petroisa - Irrigação por Gotejamento.
 * Theme URI:      http://petroisa.com.br
 * Author URI:     http://alexandrekoch.com
 * Version:        1.0
 */

/**
* Remove annoying Elementor license notice
*/
add_action(“admin_enqueue_scripts”, function() {
?>
<style>
.e-notice–extended.e-notice–dismissible.e-notice.notice {
display: none !important;
}
</style><?php
});
.e-notice.notice {
    padding: 0;
    display: none;
}