PHP - Custom login

// === CUSTOM LOGIN PAGE === add_action('login_enqueue_scripts', function () { echo ' '; }); // ===…

Untitled Snippet

Bernal Sidoti
<10

Light Green Theme

This is a very simple snippet that makes the greenish theme for buttons.

<10

GravityView_DIR_AD_FPOPULATION - Auto-Populate GravityView Field Details on CPT Sync

* Location: Run Everywhere * Priority: 30 * Description: Hooks into GravityView sync to populate detailed…

ismail daugherty PRO
<10

Diagnostic_Universal - KIC Universal Diagnostic Tool - PASSIVE VERSION

/** * KIC Universal Diagnostic Tool - PASSIVE VERSION * * A comprehensive diagnostic tool for…

ismail daugherty PRO
<10

Hide Empty Categories for PP Grid Filter

add_filter( 'pp_cg_filters_show_available_posts_terms', '__return_true' );

Ilana Borsje
<10

Organization schema setup

This PHP snippet is for Organization schema (JSON-LD) that clearly says: “This site is published by…

<10

Force account creation by cart total

Force account creation at checkout if the cart total is a certain amount and the quantity…

ANDRITZ Navigation Panels

document.addEventListener("DOMContentLoaded", function () { const triggers = document.querySelectorAll(".bp-andritz-utility"); const panels = document.querySelectorAll(".bp-andritz-panel"); const closes = document.querySelectorAll(".bp-andritz-close");…

Jay Play PRO
<10

Prevent Discounts on Upgrades

Does not allow a discount code to be applied when an license upgrade is present in…

1 101 102 103 104 105 233