Number slider validation for single page forms

This snippet uses the wpforms_process_validate_number-slider action to check the slider value after submission.

<10

Change Admin Panel Footer Text

Display custom text in the admin panel footer with this snippet.

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: ACF - Exclude Protected Posts From ACF Repeater Field

The code snippet ensures that protected MemberPress posts are excluded from custom queries used in Advanced…

Simple Chained Products

Enables a chained products setting on the Download product edit screen for automatically adding "chained" products…

Conditional Gateway Fees

Do not charge gateway fee to customer if the amount is over X

Contribution request

Keep your content free and ask for voluntary contributions. Readers that do not wish to contribute…

MemberPress: Limit Phone Number Digits

This code snippet limits the number of digits users can enter into a custom phone number…

MemberPress: Restrict Signups for US-Based Users

This code snippet will restrict signups for US-based Users on MemberPress registration pages. Additionally, it ensures…

License Keys UL - Email Tag for Software Licensing

Adds an email template tag called {license_keys_ul} which can be used to output an unordered list…

Disable Order Receipt Email Optimizations

In Easy Digital Downloads 3.2.0+, the Purchase Confirmation (or Receipt) email sent to customers is sent…

1 68 69 70 71 72 229