WPForms: add field description in notification HTML and plain text emails
With this snippet, you can add a field description in notification emails that are sent to…
WPForms: add several new smart tags for newly submitted CPT: ID, title and URL.
Mainly useful when the Post Submissions addon is used. Several new smart tags are registered to…
WP Mail SMTP: specify an exact AuthType to connect to a Server.
Some SMTP servers require a very specific AuthType to connect to them in order to send…
WPForms: swap price and option value for payment fields
This snippet makes the option label "$40.00 - Second Choice" instead of "Second Choice - $40.00"…
WPForms: add BCC email header to notification emails
Check the snippet code to apply to all/some form only, plus you will need to modify…
Website Unavailable
Used when client is not current with payments or has moved their site.
IDK...
Hopefully the code for Docket shop
solal avis
avis présents sur ma page d'accueil
mlm
binay 2
Ensure Webfont is Loaded (non-Elementor)
function custom_font_display( $current_value, $font_family, $data ) { return 'swap'; } add_filter( 'font_display', 'custom_font_display', 10, 3 );
Modify the LLMS Description for a Specific Post
This snippet modifies the description shown in llms.txt for a specific post.
Remove the LLMS Description for a Specific Post
This snippet removes the description from llms.txt for a specific post ID.