if ($link === ‘true’ || $link === ‘yes’ || $link === ‘y’) { echo ‘© ‘ . get_option( ‘blogname’ ) . ‘ — Part of the Pyramid Healthcare Family | Call to Get Help: ‘ . do_shortcode(‘[phone_number link=”true”]’); } else…Continue reading
$ext_id = get_field(‘google_ads_ext’, ‘option’); echo ‘Google Ad ext ‘ . $ext_id;Continue reading
$lg_id = get_field(‘legitscript_id’, ‘option’); if ($align == ‘right’ || $align == ‘center’ || $align == ‘left’) { echo ‘ ‘; } else { echo ‘‘; }Continue reading
// add_filter( ‘rocket_lrc_optimization’, ‘__return_false’ , 999 ); add_filter( ‘rocket_lrc_exclusions’, function( $exclusions ) { $exclusions[] = ‘breakdance”‘; return $exclusions; } );Continue reading
google-site-verification: google476d5b0743fce814.htmlContinue reading
/** * Gravity Wiz // Gravity Forms // Entry Count Shortcode * * Extends the [gravityforms] shortcode, providing a custom action to retrieve the total entry count and * also providing the ability to retrieve counts by entry status (i.e.…Continue reading
function mepr_subaccount_email_parameter( $params, $txn ) { global $wpdb; $user = $txn->user(); $caid = get_user_meta( $user->ID, ‘mpca_corporate_account_id’, true ); if(empty( $caid ) ) { $query = $wpdb->prepare( “SELECT uuid FROM {$wpdb->prefix}mepr_corporate_accounts WHERE user_id = %d”, (int)$user->ID ); $uuid = $wpdb->get_var( $query…Continue reading
add_filter( ‘woocommerce_checkout_fields’, function( $fields ) { $fields[‘billing’][‘tipologia_cliente’][‘class’][] = ‘update_totals_on_change’; $fields[‘billing’][‘billing_company’][‘class’][] = ‘update_totals_on_change’; $fields[‘billing’][‘billing_piva’][‘class’][] = ‘update_totals_on_change’; return $fields; }, 9999); add_filter( ‘woocommerce_available_payment_gateways’, function($available_gateways) { if ( ! is_admin() && WC()->session ) { $billing_azienda = false; //nikon store ha la tipologia cliente…Continue reading