Search results for: admin

تغيير عمله

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

Custom Terms Page

Use the custom page for "agree to terms" and link to it instead of opening terms…

Stop Lazy Load

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

<10

Remove table from dashboard

if ( ! function_exists( 'wcv_remove_recent_order_table_columns' ) ) { /** * Remove columns from Recent Orders table…

Add deliveryTime schema to shippingDetails schema

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

<10

solal avis

avis présents sur ma page d'accueil

sophie laloux
<10

Replace Add to Cart With Download for Subscribers

If the user is recurring or has purchased the product already, shows a link to download…

Reorder dashboard navigation

Bring the order page to the front of the product page

Headers and Footers

To track Google analytics.

Doylton Davis
<10

WP Simple Pay: Reduce Currency Minimum Amount

The minimum amount is $0.50 US or equivalent in charge currency. WP Simple Pay uses $1.00…

Custom fields to vendor settings page

add_action('wcvendors_settings_after_paypal', 'pv_add_custom_merchant_id_field'); function pv_add_custom_merchant_id_field() { ?>

Blocks on templates

Setting a specific block on specific templates by default

1 45 46 47 48 49 52