/**
Theme Name: Astra Torres Barylli
Author: Wolf-Dieter Grabner
Author URI: https://www.flowlabs.studio/
Description: Custom theme for torresbarylli.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-vald
Template: astra
*/

// Remove Regular Astra Header
add_action( 'wp', 'astra_remove_header' );
function astra_remove_header() {
  remove_action( 'astra_masthead', 'astra_masthead_primary_template' );
}

// Email Address Encoder
add_filter( 'elementor/frontend/the_content', 'eae_encode_emails' );
