Search results for: disable

Untitled Snippet

function custom_related_products_args( $args ) { $args['posts_per_page'] = 2; // Related products সংখ্যা $args['columns'] = 2; //…

Untitled Snippet

Home Page History Attention Franchise Dynasty Welcome to the Kansas City Chiefs Fan Page! This is…

Ngăn WP cắt ảnh

add_filter('intermediate_image_sizes_advanced', function ($sizes) { $sizes = array( 'thumbnail' => $sizes['thumbnail'], // Giữ lại thumbnail 'medium' =>…

Mobile Menu Toggle Script

document.addEventListener('DOMContentLoaded', function() { const menuToggle = document.querySelector('.menu-toggle'); // Check if the toggle button exists if (menuToggle)…

Force account creation by cart total

Force account creation at checkout if the cart total is a certain amount and the quantity…

WP Simple Pay: Remove Payment Page Compatibility Mode

Allows 3rd party scripts and styles to load on dedicated Payment Pages. These are disabled by…

WordPress Content Filter: Removing Tags for Enhanced Display Control

The purpose of this code snippet is to filter out tags and their contents from the…

class DeleteUploadedFiles {}

The deleteuploadedfiles Class is designed to delete uploaded files subsequent to email notifications. This functionality is…

<10

Get Wholesale Price Array For A Product Based On A Wholesale Role

/** * Class that handles wholesale price HTML generation and display. * * @since 1.0.0 */…

Remove Author Links

If you are disabling author archives on your site you will want to remove the author…

MemberPress: Remove all states to the dropdown list and leave one fake state

This code snippet will add a fake state, practically disabling the State address field. This will…

modify woocommerce countries list

modifies Woocommerce built in country names to Armenian Regions disabling the rest

1 19 20 21