Untitled Snippet
document.addEventListener("click", (e) => { const pill = e.target.closest(".rs-pill"); if (!pill) return; const row = pill.parentElement; row.querySelectorAll(".rs-pill").forEach(p…
Use Full Store Address in Ships From
add_filter( 'wcv_product_ships_from', 'ships_from_address' ); function ships_from_address( $field ){ global $post, $product; $shipping_disabled = wc_string_to_bool( get_option( 'wcvendors_shipping_management_cap',…
WP Simple Pay: Remove Trailing Decimals
Removes trailing decimals in amounts
popup
×
Google Webmaster SEO Issue | Fix Duplicate without user-selected canonical
This snippet hooks into Rank Math’s rank_math/frontend/robots filter to modify how WordPress handles robots meta tags…
Local Fundamentals
Start New Game Load Game Round: 1 Progress to Next Round Save Game Market Prices Nation…
AIOSEO Movie Poster Integration – TMDb & ACF Compatibility Fix [for the fmovie theme by fr0zen]
This snippet overrides AIOSEO's default image with the TMDb movie poster stored in the ACF 'poster_path'…
KinTech template
KinTech Cybersecurity Solutions KT KINTECH Services Why Us Process Contact Get Audit Trusted Cybersecurity Partner DEFEND…
Disable Blog Posts
// Remove side menu add_action( 'admin_menu', function () { remove_menu_page( 'edit.php' ); } ); // Remove…
Disable The WP Admin Bar
Hide the WordPress Admin Bar for all users in the frontend.
Add terms to downloads shortcode
Adds label and comma-separated terms list to [downloads] shortcode based on taxonomy
Remove Price
Removes the price from all add to cart buttons
Yoast SEO
Integration with Yoast SEO with WC Vendors