How to Perform Field Comparisons Within Your WPForms

/** * Perform Field Comparisons * * @link https://wpforms.com/developers/how-to-perform-field-comparisons-within-your-wpforms/ */ function wpf_dev_compare_fields( $fields, $entry, $form_data )…

<10

Customize Donation Stats

Customize the stats that are shown in the Donation Stats widget.

Remove address from the header

Remove address block from the header

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…

Block URLs Inside Text Fields

This snippet will prevent Text and Textarea fields such as Single Line Text and Paragraph text…

Shortcode to show Thumbnail

Show the featured image anywhere in the post by using [thumbnail].

Add Pending To Approved Statuses

Make the "Pending" status an approved statuses, so that it is counted in the campaign funds…

Replace Add to Cart with Download

If the user has purcahsed the product already, show a links to download each file associated…

MemberPress: Exclude Posts, Pages, Categories, or Tags from PayWall

Exclude specific posts, pages, categories, or tags from being viewed with the PayWall free views.

Disable The WP Admin Bar

Hide the WordPress Admin Bar for all users in the frontend.

add post formats

Adding different types of post formats: aside – Typically styled without a title. Similar to a…

1 44 45 46 47 48 133