Replace Add to Cart With Download for Subscribers
If the user is recurring or has purchased the product already, shows a link to download…
Google AD
Google AD Snippet
Profile Data Shortcode
Renders the value of a single Profile Form field. Accepts one value, key. But it has…
Google Tag Manager Head
Google tag Manager Snippet (head section)
WP Simple Pay: Remove Card Terms
Removes auto-generated terms displayed under card fields.
WP Simple Pay: Programmatically Access Payment Metadata After Payment
Programmatically access metadata (such as custom field values) associated with a payment record after a subscription…
Maintain+ Footer Credit
jQuery("footer").append(" Site managed by Maintain+ ")
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…
MemberPress: Generate All Invoices
If the MemberPress PDF Invoice add-on is activated on the website, MemberPress will start generating invoices…
event snippet
Event snippet for Phone call lead conversion page
Limit user posts
A settings page to set the number of posts all users can create
Remove Manage Sites
Removes the Manage Sites column from the licenses table on the customer purchase history page
Completely Disable Comments
add_action('admin_init', function () { // Redirect any user trying to access comments page global $pagenow; if…
om-reactv3.js
// Using React Router V3 import { browserHistory } from 'react-router'; class App extends React.component {…