Provider Referral

Refer a Patient | Skills Therapy Clinic Referral Partners Welcome Your Patients DeserveSpecialized Therapy.We Are Here to Help. Skills Therapy Clinic is a bilingual pediatric therapy practice in Clermont, FL. We partner with pediatricians, schools, and healthcare providers so every…Continue reading

Cortex E-commerce Products SEO Meta (copy)

/** * 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

Fluent CRM +/- Tag Teahcable Enroll / Unenroll

// ========================================== // 1. 建立「FluentCRM ➔ Teachable 監視器」面板 // ========================================== add_action(‘admin_notices’, ‘display_fc_tea_monitor_panel’); function display_fc_tea_monitor_panel() { $log = get_option(‘fc_tea_debug_log’, ‘目前尚未有任何同步紀錄。’); if (isset($_GET[‘clear_fc_tea_log’])) { update_option(‘fc_tea_debug_log’, ”); $log = ‘紀錄已清空,等待下一次測試…’; } echo ‘ ‘; echo ‘ 🎓 FluentCRM ➔ Teachable 雙向同步監視器 清空紀錄 ‘;…Continue reading

MaintenancePassword

/** * This will fire at the very end of a (successful) form entry. * * @link https://wpforms.com/developers/wpforms_process_complete/ * * @param array $fields Sanitized entry field values/properties. * @param array $entry Original $_POST global. * @param array $form_data Form data…Continue reading

Show Sticky Posts on Top of the Archive Templates – WPX Tetris Theme

add_action(‘pre_get_posts’, function($query) { if (!is_admin() && $query->is_main_query() && is_archive() && get_theme_mod(‘universal_toggle_post_badge’, ‘true’)) { $sticky_posts = get_option(‘sticky_posts’); if (!empty($sticky_posts)) { add_filter(‘posts_orderby’, function($orderby, $query) use ($sticky_posts) { global $wpdb; $sticky_list = implode(‘,’, array_map(‘intval’, $sticky_posts)); return “FIELD({$wpdb->posts}.ID, {$sticky_list}) DESC, {$orderby}”; }, 10, 2);…Continue reading

Rutplan 3 KM Online Esnaflar

/** * RUTPLAN – Ana Sayfa 3 KM Online Esnaflar * WPCode > PHP Snippet > Run Everywhere */ /* ——————————————————- * Yardımcı: Kullanıcı koordinatlarını farklı meta adlarından çek * ——————————————————- */ function rp_get_user_lat_lng($user_id) { $lat_keys = [‘lat’, ‘latitude’, ‘enlem’,…Continue reading

Bet365 Promo/Terms Shortcode

add_shortcode(‘bet365_promo’, function($atts) { $atts = shortcode_atts([‘id’ => ”], $atts, ‘bet365_promo’); if (!$atts[‘id’]) return ‘Promo ID missing.’; $promo_name = esc_attr($atts[‘id’]); $container_id = ‘b365_’ . uniqid(); ob_start(); ?>Continue reading

AffiliateWP – Affiliate Referrals CSV Export

/** * Plugin Name: AffiliateWP – Affiliate Referrals CSV Export * Description: Adds a “Download Referrals CSV” button to the Affiliate Area referrals tab. * When WooCommerce is active, the export includes full order details * (customer name, email, items…Continue reading