WP Simple Pay: Custom Decimal Separator
Changes the decimal separator from a . (period) to a , (comma).
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…
Generate Press Custom Font
This snippet allows developers & designers the ability to add custom fonts to generate press themed…
Podar Jumbo Kids - Contact Details
Contact Details
Set a specific language for Cloudflare Turnstile.
/** * Set a specific language for Cloudflare Turnstile. * * @link https://wpforms.com/developers/how-to-set-the-language-for-cloudflare-turnstile */ function wpf_add_turnstile_language_script()…
Subscription Status Shortcode
Adds a shortcode to display a short subscription status description for recurring payments.
Exclude All Posts of a Category from News Sitemap
This snippet can be used to exclude All Posts of a Category from News Sitemap. Note:…
Allow SVG Files Upload
/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types.…
WP Simple Pay: BuddyBoss Preview Compatibility
Provides BuddyBoss preview function compatibility
WP Simple Pay: Disable Webhook Failed Notification
Disable alert bubbles when webhook events are not received.
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) <…
pdf page count
pdf page count
Remove Price
Removes the price from all add to cart buttons