Add Tag And End Date To Funded Campaign
Sometimes, it can be useful to do something special for campaigns that have been fully funded.
Modify Software Licensing License Structure
Modify the structure of Software Licensing's license keys.
Show Featured Image With Purchase Link
Shows a download's featured image with the purchase link
Multipost Query Loop
This code snippet adds the ability to add multiple posts to the Generate Blocks Query Loop
Local Eldoria National Data
Eldoria Nation Details Industry Output Upgrade Level IT 100 1 Auto 50 1 Agriculture 200 1…
Header and Footer
Copy/pasted form docket
Number slider validation for single page forms
This snippet uses the wpforms_process_validate_number-slider action to check the slider value after submission.
Change Accepted Countries Per Campaign
This example shows how to change the accepted countries list on a per-campaign basis.
Set Campaign Thumbnail Size
Set campaign thumbnails to have the same size.
MemberPress: Remove State Text Field
Removes the state text field from the registration and account pages if the country does not…
Allow ICO Files Upload
Enable ICO File Uploads on your WordPress website with this PHP code snippet.
MemberPress: Exclude Posts, Pages, Categories, or Tags from PayWall
Exclude specific posts, pages, categories, or tags from being viewed with the PayWall free views.
Elementor - Fix the Accordion SEO issue
add_filter( 'elementor/widget/render_content', function ( $widget_content, $widget ) { if ( 'accordion' === $widget->get_name() ) { $widget_content…
WP Simple Pay: Custom Smart Tag
Register a custom Smart Tag with PHP, and control the output.