archive-listings.php

Property Listings

HARUKI KAWAHATA
<10

Add category to page

// Abilita categorie (e, opzionalmente, tag) per le Pagine add_action('init', function () { register_taxonomy_for_object_type('category', 'page'); //…

Show Product Categories in the Vendor Product Catalog

This PHP code snippet automatically detects any page or post that contains the [wcv_products] shortcode and…

ACF_KEYSMST_MSTCASECPT - TAB: SAFETY & RISK (v3.0 Modular)

/** * ============================================ * MST CASE - TAB: SAFETY & RISK (v3.0 Modular) * ============================================ *…

ismail daugherty PRO
<10

Custom Vendor Product Fields for HTS and Export Classification Number

Vendor Product Editor Backend Preview: https://snipboard.io/KszCjU.jpg Vendor Product Page Frontend Preview: https://snipboard.io/FNGhHt.jpg

Disable Right Click

Disable a right click on page.

Exclude Specific Products from Parent Category

/** * Exclude specific products from appearing in their parent category. */ add_action('woocommerce_product_query', 'exclude_specific_products_from_parent_category'); function exclude_specific_products_from_parent_category($q)…

Move Social Login Checkout Buttons

By default, the login buttons display below the payment icons for the gateway picker. This plugin…

1 103 104 105 106 107 216