Changeset 3387724
- Timestamp:
- 10/31/2025 03:39:11 PM (5 months ago)
- Location:
- filter-sort-products-tags
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
filter-sort-products-tags/tags/1.0.0/public/filter-sort-products-tags-functions.php
r3386869 r3387724 33 33 34 34 // Shortcode to display filterable products by tags 35 add_shortcode( 'f spt-filter-sort-products-tags', 'fspt_shortcode' );35 add_shortcode( 'filter-sort-products-tags', 'fspt_shortcode' ); 36 36 function fspt_shortcode( $atts ) { 37 37 // Only proceed if plugin is enabled -
filter-sort-products-tags/trunk/public/filter-sort-products-tags-functions.php
r3386869 r3387724 33 33 34 34 // Shortcode to display filterable products by tags 35 add_shortcode( 'f spt-filter-sort-products-tags', 'fspt_shortcode' );35 add_shortcode( 'filter-sort-products-tags', 'fspt_shortcode' ); 36 36 function fspt_shortcode( $atts ) { 37 37 // Only proceed if plugin is enabled
Note: See TracChangeset
for help on using the changeset viewer.