WP Simple Pay: Lower reCAPTCHA Threshold

Adjusts the reCAPTCHA v3 threshold for determining fraudulent interactions. 1.0 is very likely a good interaction,…

Add Empty Option To Countries List

Add an empty "Select your country"option at the start of the list of countries in the…

Instagram Shop

Instagram and Facebook

jeannie weingarten
<10

WP Mail SMTP: when using SMTP mailer - disable SSL verification

This is an insecure approach and you most probably should fix your servers' SSL certificates (they…

Allow SVG Files Upload

/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types.…

<10

Add CPTs for Typesense

Enables you to add the CPTs selected for indexing and searching with Typesense

Enable Downloads in the WP REST API

Enable the download products to show in the WP REST API

Explicit Fixed Width and Height

add_filter( 'the_content', 'add_image_dimensions' ); function add_image_dimensions( $content ) { preg_match_all( '/]+>/i', $content, $images); if (count($images) <…

<10
1 49 50 51 52 53 125