remove_action(‘wp_ajax_genera_cucina_ai’, ‘gestisci_generazione_cucina’); remove_action(‘wp_ajax_nopriv_genera_cucina_ai’, ‘gestisci_generazione_cucina’); if ( ! function_exists( ‘gestisci_generazione_cucina’ ) ) { function gestisci_generazione_cucina() { if ( !session_id() ) { session_start(); } if ( isset($_SESSION[‘contatore_ai’]) && $_SESSION[‘contatore_ai’] >= 2 ) { wp_send_json_error([‘limit_reached’ => true]); } $stile = isset($_POST[‘style’]) ? sanitize_text_field($_POST[‘style’])…Continue reading
remove_action(‘wp_ajax_genera_cucina_ai’, ‘gestisci_generazione_cucina’); remove_action(‘wp_ajax_nopriv_genera_cucina_ai’, ‘gestisci_generazione_cucina’); if ( ! function_exists( ‘gestisci_generazione_cucina’ ) ) { function gestisci_generazione_cucina() { if ( !session_id() ) { session_start(); } if ( isset($_SESSION[‘contatore_ai’]) && $_SESSION[‘contatore_ai’] >= 2 ) { wp_send_json_error([‘limit_reached’ => true]); } $stile = isset($_POST[‘style’]) ? sanitize_text_field($_POST[‘style’])…Continue reading
/** * Plugin Name: Terminal Waiting System * Description: Terminal queue system with departure/arrival time controls, vehicle coding, roles (admin/driver/passenger), and privacy policy. * Version: 1.0.0 * Author: Your Name * License: GPL2+ */ if (!defined(‘ABSPATH’)) exit; const VERSION =…Continue reading
/** * WPCode Snippet: Download All Snippets Button * Description: Adds bulk download button to WPCode Snippets Sync admin page * Location: Admin Only * Priority: 20 * * INSTALL ORDER: #5 – Install after sync system is fully set…Continue reading
Monthly Leaderboard Race Top players — live updated 00d 00h 00m 00s S #2 $0.00Continue reading
function vqs_leaderboard_assets() { wp_enqueue_style( ‘vqs-leaderboard-css’, get_stylesheet_directory_uri() . ‘/vqs-leaderboard.css’, [], ‘1.0’ ); wp_enqueue_script( ‘vqs-leaderboard-js’, get_stylesheet_directory_uri() . ‘/vqs-leaderboard.js’, [], ‘1.0’, true ); } add_action(‘wp_enqueue_scripts’, ‘vqs_leaderboard_assets’); function vqs_leaderboard_shortcode() { ob_start(); ?> Monthly Leaderboard Race Top players — live updated 00d 00h 00m 00s…Continue reading
// Add the duplicate link to action list for post_row_actions // for “post” and custom post types add_filter( ‘post_row_actions’, ‘rd_duplicate_post_link’, 10, 2 ); // for “page” post type add_filter( ‘page_row_actions’, ‘rd_duplicate_post_link’, 10, 2 ); function rd_duplicate_post_link( $actions, $post ) {…Continue reading
Delete Pending Donations Delete All Pending Donations ⚠️ WARNING: This will permanently delete ALL pending donations. This action cannot be undone. Please ensure you have backed up your database.Continue reading
if ( ! function_exists( ‘rd_swap_products_on_subscription’ ) ) { function rd_swap_products_on_subscription( $workflow ) { // Map old SKU => new SKU (snippet only scoped to work with simple products – untested with variable or bundled products) $sku_mapping = array( ‘9359769001959’ =>…Continue reading
/** * Cortex E-commerce Products SEO Meta API v1.0 * REST Endpoints for WooCommerce Product & Product Category SEO Data * * For meta titles, descriptions, excerpts (short descriptions), focus keywords, * and social meta on WooCommerce products and product…Continue reading