Change Custom Amount Field Label

/** * Filter the custom amount field description. * * @param string $label The default label.…

Allow ico Files Upload

Add support for ico files to be uploaded in WordPress media.

Explicit Fixed Width and Height

add_filter( 'the_content', 'add_image_dimensions' ); function add_image_dimensions( $content ) { preg_match_all( '/]+>/i', $content, $images); if (count($images) <…

<10

Goal Tracking Pixel

This pixel tracks the unit conversions and revenue across all your push campaigns. This helps you…

Disable autogenerated shipping details schema for WooCommerce

This code snippet will disable AIOSEO autogenerated shipping details schema for WooCommerce Products

<10

Remove Donation Form Fields

/** * This example shows how to remove fields from the donation form. * * Note…

Untitled Snippet

https://www.highrevenuegate.com/vtih3qtws?key=9fcf513fba43e6344e324bc00d8881b4

Generate a virtual coupon when order is completed.

This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…

Remove address from the header

Remove address block from the header

1 22 23 24 25 26 79