Add product filter by location with shortcode

Product Filter Shortcode

Use the shortcode below to manually display the location-based product filter anywhere on your site.

[mulopimfwc_product_filter]

Output:

image 196

Shortcode Parameters

location

Description: Show or hide the location filter dropdown.
Values: yes | no
Default: yes

Example:

[mulopimfwc_product_filter location="yes"]

stock

Description: Show or hide the stock status filter dropdown.
Values: yes | no
Default: yes

Example:

[mulopimfwc_product_filter stock="no"]

Combined Example

Display both location and stock filters:

[mulopimfwc_product_filter location="yes" stock="yes"]

Display only the location filter:

[mulopimfwc_product_filter location="yes" stock="no"]

If you want, I can also add screenshots, placement tips, Block / Elementor usage, or common troubleshooting notes for this shortcode.