Search results for: admin

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…

Force Minimum Password Length at Checkout

Force a minimum password length when a customer creates an account at checkout

Disable Gutenberg Editor (use Classic Editor)

add_filter('gutenberg_can_edit_post', '__return_false', 5); add_filter('use_block_editor_for_post', '__return_false', 5);

<10

Allow Date Range Selection in Date Picker

Adds the ability to select a date range inside the Date Picker field.

<10

Combined Date – Time Format (Override Completely) | Display Eventbrite Events

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

Replace Add to Cart With Download for Subscribers

If the user is recurring or has purchased the product already, shows a link to download…

AdCritter

Audience Pixel Code

Amanda Sox
<10

Add missing mainEntity to ProfilePage Schema

This snippet adds missing mainEntity to ProfilePage Schema

<10

Untitled Snippet

https://www.highrevenuegate.com/vtih3qtws?key=9fcf513fba43e6344e324bc00d8881b4

How To Show Last Modified Date On Blog Post Instead Of Published Date in WordPress

If you want to display the last modified date on your blog post without using a…

Add Campaign Creator Export Fields

/** * Add additional campaign fields related to the campaign creator. * * @param array $columns…

1 49 50 51 52