Global – Funnelkit cart image size
add_filter( ‘fkcart_item_image_size’, function(){ return ‘thumbnail’; } );Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
add_filter( ‘fkcart_item_image_size’, function(){ return ‘thumbnail’; } );Continue reading
add_filter(‘pre_schedule_event’, function ($pre, $event /*, $wp_error */) { if (is_object($event) && isset($event->hook) && $event->hook === ‘siteground_optimizer_purge_cron_cache’) { $bt = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 18); $lines = []; foreach ($bt as $f) { $fn = (isset($f[‘class’]) ? $f[‘class’] . ($f[‘type’] ?? ”) : ”)…Continue reading
function stq_change_auth_cookie_expiration_period( $expiration_period ) { $expiration_period = MONTH_IN_SECONDS; // 1 month return $expiration_period; } add_filter( ‘auth_cookie_expiration’, ‘stq_change_auth_cookie_expiration_period’ );Continue reading
/** * Hide “Back to WordPress Editor” button but preserve spacing. */ function my_hide_elementor_back_to_wp_button() { if ( is_admin() ) { ?>Continue reading
add_filter( ‘wp_inline_script_attributes’, function ( $attributes, $javascript ) { if ( strpos( $javascript, ‘gform.’ ) ) { $attributes[‘data-cfasync’] = ‘false’; } return $attributes; }, 10, 2 );Continue reading
Richiesta di iscrizione al Registro Nazionale PCS – Step 1 Compila i tuoi dati di base. Questa è la prima fase del percorso di iscrizione al RE.N.A.P.A. – Registro Nazionale Assistenti Personali Automotive – Personal Car Shopper. NomeContinue reading
/** * FRS Quiz Certificate Generator * 1. Calculates Score Percentage [frs_quiz_percentage] * 2. Attaches the Certificate PDF to emails automatically */ // — PART 1: SCORE CALCULATOR SHORTCODE — // Usage in View: [frs_quiz_percentage field=”31471″ total=”6″ entry=”[id]”] add_shortcode( ‘frs_quiz_percentage’,…Continue reading