Gravity Forms: Add Custom CSS Buttons to GravityWP CSS Ready Classes Plugin

Add custom CSS: quick buttons and accordion at the top of the GravityWP - CSS Selector…

<10

Allow ico Files Upload

Add support for ico files to be uploaded in WordPress media.

WP Simple Pay: Remove Payment Page Compatibility Mode

Allows 3rd party scripts and styles to load on dedicated Payment Pages. These are disabled by…

Untitled Snippet

increase upload memory

WP Simple Pay: Stripe Checkout - Subscription Confirmation

Ensure Customer Subscriptions are available in the payment confirmation data.

Add User to RCP Subscription on Purchase

Add customer to an RCP subscription level when they purchase a specific product.

Current Year

function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');

<10

FES Login Form Redirect

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

Main Base Twitter Pixel

Main Base Twitter Pixel

Anthony Pellino
<10

Allow HTML in the product description

function wcv_wpkses_post_html_tags( $tags, $context ) { if ( 'post' === $context ) { $tags['iframe'] = array(…

Add custom page to the vendor dashboard - custom menu link

add_filter( 'wcv_pro_dashboard_urls', 'custom_menu_link' ); function custom_menu_link( $pages ) { $pages[ 'custom_link' ] = array( 'slug' =>…

Untitled Snippet

HTML5

Marketing Manager
<10

Remove Subscriber from Segment

This snippet helps remove a push subscriber from a segment on the defined event.

1 44 45 46 47 48 124