/*
 Theme Name:   Bolivia B2B - Child theme
 Theme URI:    https://boliviab2b.com
 Description:  Default theme for BoliviaB2B users
 Author:       Dan Rodriguez
 Author URI:   https://abughost.com
 Template:     generatepress
 Version:      1.1
*/

add_action( 'init', function() {
    if ( ! is_admin() ) {
        wp_deregister_script( 'heartbeat' );
    }
} );