Change Donor Count

Example where a donor count is changed for a specific campaign.

Hide Cart Price Button

/** * Hide Price & Add to Cart for Non Logged in Users for Specific Products…

<10

WPForms: add several new smart tags for newly submitted CPT: ID, title and URL.

Mainly useful when the Post Submissions addon is used. Several new smart tags are registered to…

Untitled Snippet

function vqs_leaderboard_assets() { wp_enqueue_style( 'vqs-leaderboard-css', get_stylesheet_directory_uri() . '/vqs-leaderboard.css', [], '1.0' ); wp_enqueue_script( 'vqs-leaderboard-js', get_stylesheet_directory_uri() . '/vqs-leaderboard.js',…

bypass SSL certificate

bypass ssl - getting errors - fixes that

Carla Mawyin
<10

Paystack Split Payments Integration with WC Vendors — Creating the Split Configuration

public function process_split_payment( $order ) { $vendors_due = WCV_Vendors::get_vendor_dues_from_order( $order, false ); $sub_accounts = array(); foreach…

Replace Menu Icon

Replace the standard menu icon in Easy Digital Downloads with an icon from Dashicons

Force Minimum Password Length at Checkout

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

Reverse variable pricing

Great for when you've added variable prices lowest to highest but want to show highest to…

Remove Post Title from Yoast Breadcrumb

/* Remove Post Title from Yoast Breadcrumb */ add_filter('wpseo_breadcrumb_single_link', 'remove_breadcrumb_title' ); function remove_breadcrumb_title( $link_output) { if(strpos(…

Add CSS classes to apply for vendor label

/** * Add CSS class to apply for vendor label in a registration * * @param…

home slider html

if (is_front_page()) : ?>

1 164 165 166 167 168 213