Link Featured Image to Post

Snippet for automatically link image to post

Hindra åtkomst till /wp-admin för prenumeranter

/** * Hindra åtkomst till /wp-admin för prenumeranter */ add_action( 'admin_init', function() { if ( is_user_logged_in()…

Untitled Snippet

popup

Glenda Davis
<10

Easter

Info om tävlingenStarta tävling   Första gåtanSubmit   Andra gåtanSubmit   Tredje gåtanSubmit   Resultat och översiktTiden det tog för…

Disable Donation Receipt For Offline Donations

Disable the donation receipt email for offline donations.

Set Maximum Donation Amount

Set the maximum donation amount required.

Vimeo Autoplay Unmute (Homepage)

document.addEventListener("click", function () { const iframe = document.querySelector("iframe[src*='vimeo.com']"); if (!iframe) return; iframe.contentWindow.postMessage( JSON.stringify({ method: "setVolume", value:…

Richard Hersperger
<10

WPCode Snippet: Download All Snippets Button

* Description: Adds bulk download button to WPCode Snippets Sync admin page * Location: Admin Only…

ismail daugherty PRO
<10

Kupon kódok megjelenítése az értesítő email-ekben

Ezzel a kóddal megjeleníthetjük a vásárlás során felhasznált kupon kódokat az értesítő email-ekben. Az egyszerűbb és…

1 103 104 105 106 107 223