Remove jquery-migrate.js

function dequeue_jquery_migrate( $scripts ) { if ( ! is_admin() && ! empty( $scripts->registered[‘jquery’] ) ) { $scripts->registered[‘jquery’]->deps = array_diff( $scripts->registered[‘jquery’]->deps, [ ‘jquery-migrate’ ] ); } } add_action( ‘wp_default_scripts’, ‘dequeue_jquery_migrate’ );Continue reading

custom_tawkto_user_info_js 2

window.Tawk_API = window.Tawk_API || {}; window.Tawk_API.onLoad = function(){ // Check if the user is logged in by checking if the variables are set if (typeof window.currentUserName !== ‘undefined’ && typeof window.currentUserEmail !== ‘undefined’) { window.Tawk_API.setAttributes({ ‘name’ : window.currentUserName, ’email’ :…Continue reading

CSS [Vendor Archive]: Vendor Guide V2 Styles

/* Specifies max height for vendor category container with name, description and images */ .category-container { max-height: 35vh; } /* Sets styling for the first image container (left side) */ @media (min-width: 768px) { .category-description-container { clip-path: polygon(100% 0%, 5%…Continue reading

nTask

Verify Email – nTask nTask Project Management Simplified You’ve got mail! You’ve been successfully registered if you weren’t before please check your email to complete the signup. Check your spam / junk folder if you don’t see the email in…Continue reading

pmpro_level_name_text color and size

/* Target the membership level heading */ .pmpro_level_name_text { font-size: 32px; /* Set the desired font size */ color: #606060; /* Set the text color to dark grey */ margin-top: 25px; /* Set the top margin (adjust as needed) */…Continue reading