Search results for: admin

Force localized currency for product feeds

This allows you to change the ISO 4217 for all the product feeds

<10

Add Custom Taxonomy to Woocommerce Single Product Page

add_action( 'woocommerce_product_meta_end', 'wcv_add_brands_single_product' ); function wcv_add_brands_single_product() { global $product; $taxonomy = 'wcv_brands'; // The custom taxonomy…

Add Custom Taxonomy - Multiple Vendor Taxonomy

Allows the vendor to select multiple taxonomies

Add Custom Taxonomy - Single Vendor Taxonomy

It'll only allow the vendor to select one custom taxonomy term at a time

Untitled Snippet

Gordon Ikner
<10

Decrease Auto-Save Interval

Change post editor auto-save to 5 minutes instead of 1.

800+

Limit the Number of Post Revisions

Reduce Database size by limiting post revisions to just 20 per post.

1.4k

Apollo Website Tracking

function add_apollo_tracker() { ?>

Eileen Riccardo
<10

Set a minimum, and maximum price for products

Set a minimum, and maximum price for products

Home page

home page schema

David Nesmith
<10

Remove Gift Aid "Title" Field From Donation Forms

add_filter( 'charitable_default_donation_fields', function( $fields ) { if ( isset( $fields['title'] ) ) { // Remove from…

Untitled Snippet

increase upload memory

1 31 32 33 34 35 137