Hide payment icons for trials

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

Enable Comments

Adds comment support to the download post type

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

Allow JS Files Upload

Allowing to upload JS files into media folder for custom special integration such as booking search…

HTG

[wpgetapi_endpoint api_id='HomeToGo' endpoint_id='HTG' debug='false']

Remove Specific Post Type From Public Post Type List

This filter can be used to remove the movie post type from the public post type…

<10
1 55 56 57 58 59 113