Helper functions to make generating WordPress post type labels and taxonomy labels easier
Generate post type and taxonomy labels easily by specifying the singular and plural version of the…
Allow only specific days of the month in all WPForms date pickers
If you only want users to select certain days of the month in the Date Picker,…
Disable emails on free purchases
If the purchase was for a free product, don't send any emails.
Company Field on Receipt
Outputs the "Company" on the payment receipt.
Update Cart Automatically
/** * Update Cart Automatically on Quantity Change * * @author Misha Rudrastyh * @url https://rudrastyh.com/woocommerce/remove-update-cart-button.html…
WP Simple Pay: Remove Card Terms
Removes auto-generated terms displayed under card fields.
Forum
JS code for question and answer page
WP Simple Pay: Custom Smart Tag
Register a custom Smart Tag with PHP, and control the output.
MemberPress: Modify the Order of the Registration and the Account Form Fields
Each field in the registration and account form is a separate element. Thus, the order of…
Google Ads
Google Ads
Order WPCode snippets by title in the admin
Make the default order of WPCode snippets in the admin by title ascending.
Google AD
Google AD Snippet
Hide Payment Icons When Free
Hide payment icons on the checkout form when cart total is free
Display WPForm Entries
This PHP code allows you to display form data stored by WPForms using a shortcode. The…