MemberPress: Add Address Column to Subscriptions Table

If the Address Fields option is enabled for the MemberPress registration forms at Dashboard > MemberPress…

Forum

JS code for question and answer page

Show Discount Field

Makes the discount field on checkout show by default.

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.

ModalJS

Used to display popup modal in GenerateBlocks

Replace Add to Cart With Download for Subscribers

If the user is recurring or has purchased the product already, shows a link to download…

WP Simple Pay: Set a Per-Form Custom Amount Programmatically

Adjust a single payment form's custom amount value programatically.

Maintain+ Footer Credit

jQuery("footer").append(" Site managed by Maintain+ ")

Load all Customizer "Additional CSS" in Block Editor

The CSS added to the frontend via the Customizer does not get added to the block…

Note Orders

add_filter( 'manage_edit-shop_order_columns', 'custom_shop_order_column', 90 ); function custom_shop_order_column( $columns ) { $ordered_columns = array(); foreach( $columns as…

event snippet

Event snippet for Phone call lead conversion page

om-reactv3.js

// Using React Router V3 import { browserHistory } from 'react-router'; class App extends React.component {…

1 29 30 31 32 33 126