Test

echo "test";

Alex Sakal PRO
<10

Add Custom Settings Tab to Vendor Dashboard

// Add the tab to the tab nav add_filter( 'wcv_store_tabs', 'add_custom_tab_nav' ); function add_custom_tab_nav( $tabs ){…

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…

1 86 87 88 89 90 224