Trustpilot Verified
Trustpilot widget
WPForms: display a form under the confirmation message with or without user entered field values.
add_action( 'wpforms_frontend_output_success', static function ( $form_data, $fields, $entry_id ) { unset( $_GET['wpforms_return'], $_POST['wpforms']['id'] ); // If…
JS Tickera Auto Click (PassieVol)
JS Tickera Auto Click (PassieVol)
Generate a virtual coupon when order is completed.
This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…
Determinar altura del header
jQuery(window).on('elementor/frontend/init', function() { // Elementor tiene su propio evento de carga de componentes jQuery(window).on('load', function() {…
Restrict Dashboard Summary Widget
Prevent specific users (by user ID) from seeing the Easy Digital Downloads Sales Summary widget.
Non-required Card State
Makes the cart state a non-required field when present
Provider Referral
Refer a Patient | Skills Therapy Clinic Referral Partners Welcome Your Patients DeserveSpecialized Therapy.We Are Here…
Show login form for logged out users
Shows the [edd_login] form on restricted content for logged out users.
Genesis theme - use block editor in widgets
//* Genesis Enable the block-based widget editor add_filter( 'use_widgets_block_editor', '__return_true' );
Add order status to commissions table
/** * Add order status to commissions table * * @param Array $columns array stored column…