Add Campaign Creator Name Donation Export

/** * In this example, the campaign creator's name is added to the Donations * export,…

Limit user posts

A settings page to set the number of posts all users can create

<10

Untitled Snippet

add_filter( 'aioseo_robots_meta', 'aioseo_filter_robots_meta' ); function aioseo_filter_robots_meta( $attributes ) { $url = home_url( $_SERVER['REQUEST_URI'] ); if (strpos($url,'product_search=')…

Milestone Sales Alert

Emails the admin when a specific download has been sold X times.

Do On Complete

Execute code whenever an EDD purchase is complete.

Commissions payment_id email tag

This adds support for the {payment_id} email tag to Commissions Notifications

Add FES Vendor Dashboard Tab

Add a new tab to the Frontend Submissions vendor dashboard menu.

Digital Store Theme - Latest Downloads Number

Changes the number of downloads displayed in the latest downloads section of the store front template.

Remove the Arrows on the Numbers Field

Removes the arrows inside the Numbers form field.

<10

MemberPress: Hide Protected Posts on Archive Page

Hides posts that the current user (or guest) does not have access to from archive pages.

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 html

if (is_front_page()) : ?>

Add data-no-optimize to all JS snippets

This snippet filters the output of all the WPCode JavaScript snippets to add the data-no-optimize parameter…

<10

Untitled Snippet

google-site-verification=Z6ci_S0g839p6z-pqU4OUb5KSQpdoJBRrjh791uaErY

1 24 25 26 27 28 81