Search results for: admin

Add order status to commissions table

/** * Add order status to commissions table * * @param Array $columns array stored column…

Change Schema Type of All Posts in Specific Categories

This snippet changes the 'NewsArticle' schema of all posts under specific categories to 'Article' schema. Note:…

100+

Prevent Wholesale Customer to Add Product to the Cart If The Product is Low on Stock

// Prevent wholesale customer to add to cart if the product is low on stock add_filter('woocommerce_is_purchasable',…

WP Simple Pay: BuddyBoss Preview Compatibility

Provides BuddyBoss preview function compatibility

Unlimited User Downloads for EDD Recurring

Allows certain users to be allowed to bypass the active account requirement in EDD Recurring Payments

Limit Meta Description to 160 characters

This filter limits the Meta Description to 160 characters throughout the website

1.1k

Change the action's string in the refund section - "View Details"

Change the action's string in the refund section - "View Details"

Add Theme colors to Head

Gets the theme colors for X/Pro theme and adds them to the head location to use…

<10

Make All Users Vendors

/** * Make all new user registrations Vendors. */ add_filter( 'woocommerce_new_customer_data', 'wcv_woocommerce_new_user_data' ); function wcv_woocommerce_new_user_data( $data…

Durectlink

https://www.highcpmgate.com/nhbhtr0d?key=03e2438ad5e312b7ac5fafb7447c08d2

Enable Comments

Adds comment support to the download post type

Defining General Settings Constants

Every constant in this section can be used for any mailer because they’re not specific to…

1 52 53 54 55 56 75