Search results for: admin

dynamic-monsterlinks-by-id.js

// Target by ID window.onload = function(){ document.getElementById("someID").href="MONSTERLINK_URL"; }

Add Picture Field To Donation Form

A picture field is added to the donation form, allowing donors to upload an image as…

Prevent Wholesale Customer to Add Product to the Cart If The Product is Low on Stock

// Prevent wholesale customer to add to cart if the product is low on stock add_filter('woocommerce_is_purchasable',…

Update the author name on published recipes

This code snippet will update the author name for all existing recipes. Just replace New Name…

<10

Unlimited User Downloads for EDD Recurring

Allows certain users to be allowed to bypass the active account requirement in EDD Recurring Payments

Untitled Snippet

document.addEventListener("DOMContentLoaded", () => { const canvas = document.getElementById("canvas"); const ctx = canvas.getContext("2d"); const expressionInput = document.getElementById("expressionInput");…

<10

Remove the link from the current breadcrumb item on a page

This snippet removes the link from the current breadcrumb item on a page.

<10

Add order status to commissions table

/** * Add order status to commissions table * * @param Array $columns array stored column…

Change Schema Type of All Posts in Specific Categories

This snippet changes the 'NewsArticle' schema of all posts under specific categories to 'Article' schema. Note:…

100+

WP Simple Pay: Add Customer Phone to Customer Metadata

Adds the "Telephone" customer field value to the Customer record's metadata. This value is normally only…

Add Theme colors to Head

Gets the theme colors for X/Pro theme and adds them to the head location to use…

<10

Vendd Theme - Display Downloads Purchase Button

This is a CSS snippet which displays the download purchase button

1 68 69 70 71 72 88