Modern CSS Reset

https://www.joshwcomeau.com/css/custom-css-reset/

Hendrik van den Bor
<10

Chatbot de voz

Soluciono dudas

EMILIO NARANJO SALAZAR
<10

Donation Form Email Check (Advanced)

If you need to do manual validation of an email when a donation is being submitted…

MemberPress: Redirect Users After Login Based on Referrer

This code snippet ensures that users are redirected to a specific page after logging in from…

Grant Wholesale Lead Approval for a Certain User Role

Allow other user roles e.g. "Editor" to "Approve" or "Reject" wholesale applications from the WP Dashboard…

Set a cookie if the URL contains specific UTM parameters.

The below script checks the URL for specific UTM parameters and if found, saves a cookie…

New Tasty Roundups - Change Heading from h2 to h3

Change all your Tasty Roundup headings from h2 tags to h3 tags

<10

Hide social login from checkout

Good for when you are using it elsewhere on your website and do not want it…

Expire pass when counter used up

This plugin makes All Access passes expire at the moment their download counter is used up.

Remove Post Title from Yoast Breadcrumb

/* Remove Post Title from Yoast Breadcrumb */ add_filter('wpseo_breadcrumb_single_link', 'remove_breadcrumb_title' ); function remove_breadcrumb_title( $link_output) { if(strpos(…

1 104 105 106 107 108 149