Search results for: admin

Add a single Order export field with all Shipping address details

function custom_woo_ce_extend_order_fields( $fields ) { $fields[] = array( 'name' => 'shipping_address_full', 'label' => 'Shipping: All details',…

<10

Remove the Canonical URL for a specific URL

This code snippet can be used to remove the canonical URL for a specific URL that…

200+

Noindex Product Search Pages

This code snippet can be used to set noindex on WooCommerce product search pages.

200+

Disable Shortcode Parsing in All in One SEO

This filter can be used to prevent AIOSEO from parsing shortcodes.

100+

code at the end of the body tag

Hello, I need to include the following code at the end of the body tag of…

code at the end of the body tag

Hello, I need to include the following code at the end of the body tag of…

Add deliveryTime schema to shippingDetails schema

This snippet adds deliveryTime schema to shippingDetails schema that's present inside the Product > Offers schema

200+

Post-States

add_filter( 'display_post_states', 'bu_style_post_state_bricks', 15, 2 ); function bu_style_post_state_bricks ($post_states, $post) { if( isset( $post_states['bricks'] ) )…

Current Year Shortcode

Adding the option to use the current year [year] shortcode on your website on any website,…

WordPress Memory Exhausted

WordPress is written in PHP, which is a server-side programming language. Additionally, every website needs a…

1 111 112 113 114 115 128