disable OptinMonster campaigns for visitors with specific user roles

function om_docs_hide_optin_for_user_roles( $campaigns ) { // Do nothing if no user is logged in. if (…

om-iframe-conversion-example.html

Double Click Below to Get Started Loading...

Countdown

Countdown

NEDAL AHMAD
<10

Redirect Lost Password to a Custom Page

By default, some plugins redirect the “Lost Password” link to the WordPress admin panel. This snippet…

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

1 59 60 61 62 63 124