login redirect changed from default my account page to home page

/** * WooCommerce My Account Page login Redirect */ add_action( 'wp_login', 'owp_redirect_after_logout' ); function owp_redirect_after_logout() {…

Advanced Spam Filters for Elementor Forms

Filter spam emails by either email provider @gamil.com, @hotmail.com, or whatever you want. You can also…

Tasty Pins - Remove the Pin button for an image by URL

Easily exclude images from having this pin it button using the image url by javascript snippet:

<10

Allow Eventbrite Styles in Long Description | Display Eventbrite Events

Since version 5.3.4 the Display Eventbrite Plugin has been removing the inline styles Eventbrite add to…

Add duplicate link to admin bar menu

Extend the WPCode duplicate snippet (https://library.wpcode.com/snippet/7oqnzxow/) with an admin bar menu item. The duplicate snippet needs…

<10

Fix the InvalidInternetMessageHeader Error in Outlook

This snippet will modify specific headers in your emails, which can help resolve this ‘InvalidInternetMessageHeader’ error…

MemberPress: Free-Views-Used Counter

This code will add the counter notification showing users how many free views of the paywall…

Search and replace text strings

This snippet searches for 'old' text and replaces it with the new text. This way you…

1 205 206 207 208 209 224