Noindexi tag 2

add_filter('wp_headers', function($headers) { unset($headers['X-Robots-Tag']); // remove noindex header return $headers; });

Teddy James
<10

disable OptinMonster campaigns for visitors with specific user roles

function om_docs_hide_optin_for_user_roles( $campaigns ) { // Do nothing if no user is logged in. if (…

Allow Admin to Redeem Customer's Loyalty Points to Store Credits

1. Add it to your site using one of the following methods: - Option A: Add…

نموذج حجز السفر

Rihla Plus Travel - احجز رحلتك بسهولة Rihla Plus Travel احجز رحلتك بسهولة وسرعة اختر من…

Javascript Org Chart

window.onload = function() { // Initial organizational data structure let orgData = { id: '1', name:…

Fix Formating of Buttons in Off Canvas

This fixes the buttons in the off canvas not obeying the global CSS from the Customiser

Ilana Borsje PRO
<10

How to Style the WC Vendors Signup Form

Learn how to style your WC Vendors signup form with custom CSS for a clean, modern,…

Allow Shop Managers to edit and promote wholesale users.

/** * Allow Shop Managers to edit and promote wholesale users. */ function wws_add_shop_manager_user_editing_capability() { $shop_manager…

Test snippet

This a test snippet

<10
1 85 86 87 88 89 224