Search results for: admin
Weather API
Live weather
WP Simple Pay: BuddyBoss Preview Compatibility
Provides BuddyBoss preview function compatibility
om-monsterlink-mobile-variant.html
Subscribe Now!
Auto Generate Virtual Coupon After a Customer Completed an Order
/** * Generate a virtual coupon when order is completed. * * @param int $order_id Order…
Untitled Snippet
connect site to google
Show local fonts in block editor
Display custom fonts in the backend editor
WP Simple Pay: Add Customer Phone to Customer Metadata
Adds the "Telephone" customer field value to the Customer record's metadata. This value is normally only…
How to Automatically Submit a Form with a Field Choice - CSS
button#wpforms-submit-3046 { display: none; } form#wpforms-form-3046 span.wpforms-icon-choices-label { font-size: 0; } ul#wpforms-3046-field_3 li label:hover, ul#wpforms-3046-field_4 li…
Prevent Discounts on Renewals
Does not allow a discount code to be applied when an EDD SL is present in…
Sales.com
Sales
RSA GTM Body Tag
Add GTM Tag to Site Body in RSA Site Group
Commissions as a fixed dollar amount, or fixed plus a percentage.
add_filter( 'wcv_commission_rate', 'my_wcv_custom_filter', 10, 3 ); function my_wcv_custom_filter( $commission, $product_id, $product_price ) { return WCV_Commission::get_commission_rate( $product_id…
How to Change the Error Text for Failed Submissions
This code snippet changes the error text that shows to your visitors on failed submissions.
Escaping Data
// instead the _e(), __() or _x() use the escaped version _e('Email Summary', 'duplicator-pro'); // this…