Download count shortcode

Add download count shortcode with ID and Offset attributes

Gaurded Pay FAQ

Answers questions before checkout

Dustin Lavoie
<10

Taxonomy Count

Control the number of products displayed on the default download category and download tag pages.

Restrict Coupons by Shipping Methods

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

Untitled Snippet

Connect to site google

Add an image filed to the sign up form

// Add the image field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_image_uploader'); function wcv_image_uploader( ){ if…

Disable sold by link on checkout page

/** * Disable the sold by link on the checkout page */ add_filter('wcvendors_sold_by_link', 'wcv_disable_checkout_sold_by_link', 10, 2);…

Untitled Snippet

Remya Achipra
<10

Disable Dynamic Template on the Homepage/Front-page

The following snippet can be used to remove the dynamic template assigned to all pages from…

Remove Unwanted Events | Display Eventbrite Events

Sometimes it is simplest to resort to code if you want to remove something from the…

Display both published and modified date

‹?php // Code from codewp.ai function codewp_display_dates( $content ) { if(get_post_type() != 'post') { return $content;…

1 112 113 114 115 116 224