functions.php

HARUKI KAWAHATA
<10

monsterlink styled

Yes, I want my discount!

Studex CM Main Menu

function homelink(){ $homelink = 'Home'; return $homelink;} function shoplink() { return 'Shop';} function discoverlink() { $discoverlink…

ACF_KEYSMST_MSTCASECPT - TAB: Case Status & Tracking (v3.0 Modular)

/** * ============================================ * MST CASE - TAB: Case Status & Tracking (v3.0 Modular) * ============================================…

ismail daugherty PRO
<10

Auto-link Site Name - Home Page

Pulls company name from Settings > General > Site Title Pulls link title from Settings >…

<10

Media sync script

add_action( 'admin_init', 'media_sync_library' ); function media_sync_library() { // Folder inside uploads to scan $scan_folder = '/2026/02';…

Allow Subscriptions Product on BOGO and Add Product Search Field

add_filter( 'acfw_product_search_allowed_types' , 'acfw_search_add_support_for_subscription_products' ); function acfw_search_add_support_for_subscription_products( $product_types ) { $product_types[] = 'subscription'; $product_types[] = 'variable-subscription';…

Restrict Dashboard Summary Widget

Prevent specific users (by user ID) from seeing the Easy Digital Downloads Sales Summary widget.

Non-required Card State

Makes the cart state a non-required field when present

Change label of CSV header, and removing others(Export Totals to CSV)

This snippet will change the label of CSV header, and remove the others(Export Totals to CSV)

Remove Post Title from Yoast Breadcrumb

/* Remove Post Title from Yoast Breadcrumb */ add_filter('wpseo_breadcrumb_single_link', 'remove_breadcrumb_title' ); function remove_breadcrumb_title( $link_output) { if(strpos(…

Change Method Label

add_filter( 'woocommerce_cart_shipping_method_full_label', 'wcv_override_vendor_shipping_label', 10, 2 ); function wcv_override_vendor_shipping_label( $label, $method ){ $label = 'Flat-rate'; // cost;…

1 62 63 64 65 66 124