Search results for: disable

Remove unwanted checkout fields when all products are downloadable

With this snippet you can hide/remove default Woocommerce checkout fields when all products are downloadable

Schema Markup - Local Business

Insert structured data for local SEO of the company

rearrange shipping options

Login to cpanel. Choose “File Manager” Navigate to public_html>wp-includes>functions.php and select “Edit” Paste in the contents…

rearrange shipping options

Login to cpanel. Choose “File Manager” Navigate to public_html>wp-includes>functions.php and select “Edit” Paste in the contents…

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' =>…

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

Remove Author Links

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

1 18 19 20 21