Add Payment ID to Sales API

If sequential order numbers are on, those numbers are returned in the sales API instead of…

Remove Last Name at Checkout

Removes the Last Name field from the checkout page. Note: This worked with checkout shortcode only

Hide payment icons for trials

Hides the payment icons on checkout when the item in the card is a free trial

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…

Set the ranges for Calendar List View | Display Eventbrite Events

The following code snippet filters the valid ranges for the next/prev keys of the calendar list…

Cusdtom WP escape

One major difficulty with passing WordPress org security reviews is escaping late. This function may help.

Tasty Roundups - Change Heading from h2 to h3

Change all your Tasty Roundup headings from h2 tags to h3 tags

<10

Disable WP Texturize

// Disable curly quotes remove_filter( 'the_content', 'wptexturize' );

Untitled Snippet

Haingo Rakotomalala
<10

theme setup unocss assets

UnoCSS runtime provide a CDN build that runs the UnoCSS right in the browser. It will…

<10

افزونه وردپرسی

سلام یک افزونه مشابه افزونه e2pdf میخواستم که اطلاعات گرویتی فرم رو در متن آماده درج…

1 149 150 151 152