Disallow point redemption if cart has subscription product.

This snippet will remove the point redemption option if the cart has a subscription product

Download Archive Menu Item

Displays the download archive link in the "View All" tab of the "Pages" menu items meta…

Retroactive License Emails

Send an email with the license key to customers when retroactively generating licenses with Easy Digital…

Download Archive Purchase Buttons

Output purchase button below the full content on download archive pages.

Auto Vote 5 sao cho bài viết mới

function auto_vote_5_stars_on_publish($ID, $post) { if ($post->post_status === 'publish') { if (function_exists('kk_star_ratings_insert')) { kk_star_ratings_insert("5", $ID); } }…

Add Vendor Ratings / Feedback to Product Page

add_action('woocommerce_before_add_to_cart_form','vendor_feedback_product_page'); function vendor_feedback_product_page() { $vendor_id = get_the_author_meta('ID'); $vendor_shop = urldecode( get_query_var( 'vendor_shop' ) ); if (…

Allow "Mark received" for Digital Product

if ( ! function_exists( 'wcv_allow_mark_received_for_digital_product' ) ) { /** * Allow vendors to mark received for…

How to Allow Upload SVG Files in WordPress Media Library Code | Function.php

This code is a set of WordPress filters designed to enable the upload of SVG (Scalable…

Move "Ships From" under the Product Meta, in the single product page template

Move "Ships From" under the Product Meta, in the single product page template by using 'product_ships_from'…

Combined Date – Time Format (Do something with the Local End Time) | Display Eventbrite Events

The combined date / time format appears in several layouts and typically looks like 12/02/2019, 10:00…

Current Year Shortcode

Adding the option to use the current year [year] shortcode on your website on any website,…

wordpress

Doylton Davis
<10

Customize Action Scheduler Retention Period

This snippet allows you to change the default 30-day storage for the Action Scheduler retention period.

Define the Mailgun Signing Key Constant

This snippet will allow you to define your Mailgun Signing Key constant inside your wp-config.php file…

OpenBiblio

OpenBiblio Install Instructions Contents: Release Notes System requirements Install Instructions Setup of Userlogin Updating from a…

1 38 39 40 41 42 70