Gaurded Pay FAQ

Answers questions before checkout

Dustin Lavoie
<10

Restrict Coupons by Shipping Methods

To find your exact shipping method IDs, you can use either of these quick methods: 1.…

Use Full Store Address in Ships From

By default the Ships From metadata displayed under the add to cart button only shows the…

Untitled Snippet

Connect to site google

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…

Code for Call Tracking

In order to track click to calls.

Disable Password Reset

For smaller sites where password resets can be managed manually, disabling automatic user password reset adds…

Disable Jetpack Promotions

For less distraction while using Jetpack plugins.

Stop Lazy Load

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

<10

Untitled Snippet

i want a on off button that when press each other send logical true if press…

Add Profile ID to Subscriber

You can assign any CRM ID or your database ID to your push subscriber and then…

1 119 120 121 122 123 234