Search results for: admin

Google

G-T2XZDKK0J5

Paul Discher
<10

Fix Image Caption Rendering Issue Caused by WPResidence Theme

This snippet fixes the Image Caption Rendering Issue Caused by WPResidence Theme

10+

Prevent Canonical URL tag output on Posts

This snippet can be used to prevent AIOSEO from outputting the Canonical URL tag on posts

30+

Change Arabic Currency symbol to the currency short code

example change د.إ to AED and all the Arabic currencies

Set a minimum order amount in WooCommerce – No Plugin used

Post More Detail Learn how to Set a minimum order amount in WooCommerce. Customer will not…

Disable Gutenberg Editor (use Classic Editor)

add_filter('gutenberg_can_edit_post', '__return_false', 5); add_filter('use_block_editor_for_post', '__return_false', 5);

<10

Elementor Store Headers

Gives support for Elementor on WC Vendor Headers

WooCommerce: Hide other shipping methods when Free Shipping is available.

This function checks if the Free Shipping method is available in the cart. If it is,…

تغيير عمله

/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency )…

Move "Ships From" under the Product Meta, in the single product page template

Move "Ships From" under the Product Meta, in the single product page template by using 'product_ships_from'…

Adding Text/Currency To Progress Bar On Campaign Pages

This only applies to campaigns created with the visual builder introduced in v1.8.0.

David Bisset PRO
<10
1 45 46 47 48 49 99