Add terms to downloads shortcode

Adds label and comma-separated terms list to [downloads] shortcode based on taxonomy

Hem

Octodesigns.se Octodesigns.se Hem Produkter Galleri Kontakta mig © 2024 Octodesigns.se All rights reserved. Hem Produkter Galleri…

Add Currency

Add a new currency (the example here is Armenian Dram currency (AMD) ).

Translate Products

Code required to translate the word "Products".

Use Full Store Address in Ships From

add_filter( 'wcv_product_ships_from', 'ships_from_address' ); function ships_from_address( $field ){ global $post, $product; $shipping_disabled = wc_string_to_bool( get_option( 'wcvendors_shipping_management_cap',…

MA GDPR YouTube

[ma-gdpr-youtube id="youtubeid"] GDPR compliant YouTube video embedding Version 1.2.0, 2022-09-25 © 2021-2022, Matthias Altmann Info: en:…

WPCode Functions

For the WPCode plugin interface

MemberPress: Changes Product Image on the Checkout Page (copy)

This code snippet changes the product image on the checkout page in MemberPress. By default, MemberPress…

Do Not Hide Donor Fields For Logged In Users

Charitable hides the donor fields for users who are logged in and you can force shown…

Hide unnecessary roles

Masque les roles qui ne doivent pas être utilisés dans les filtres utilisateurs

1 33 34 35 36 37 125