Hide unnecessary roles

Masque les roles qui ne doivent pas être utilisés dans les filtres utilisateurs

Post class update

add_filter( 'body_class', function( $classes ) { $acc_type=tmwp_get_user_role(); if (!$acc_type) $acc_type='anonymous'; return array_merge( $classes, array('acc-type-'.strtolower($acc_type),tmwp_get_page_class()) ); }…

Change Footer Text

/** * Filter the email footer text & link. * * @param string $text The default…

Change the Submit Button Color

Changes the color of the submit button for all WPForms. The colors in this CSS are…

<10

Yoast SEO

Integration with Yoast SEO with WC Vendors

Add Field Values for Dropdown, Checkboxes, and Multiple Choice Fields

Adds the option to display field values for Dropdown, Checkboxes, and Multiple Choice fields. Once you've…

<10

WPCode Add New Snippet Skip Library Screen

This snippet enables you to skip the snippet library screen when adding a new snippet in…

<10

Contribution request

Keep your content free and ask for voluntary contributions. Readers that do not wish to contribute…

Add Custom Dynamic Variables

The Total theme allows you to use "Dynamic Variables" in various element text fields such as…

Shortcode to get all taxonomy values of current post

This snippet declares a shortcode to get all "Artist" taxonomy values of the current post.

<10

Save images as WEBP

/** * Convert Uploaded Images to WebP Format * * This snippet converts uploaded images (JPEG,…

Add Donation Form Shortcode

/** * Display a specific campaign's donation form using a shortcode. * * After adding this…

1 19 20 21 22 23 79