AI Verified

Name

FacetWP Proximity - limit to country

Language

PHP

Rating

Voted: 0 by 0 user(s)

Codevault

ActionSkills

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: Not Specified

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

Website/ Profile URL:

https://actionskills.co

History

Last modified:

31/05/2024

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

FacetWP Proximity - limit to country

 
                    
1add_filter( 'facetwp_proximity_autocomplete_options', function( $options ) {
2 $options['componentRestrictions'] = [
3 'country' => ['au'],
4 ];
5 return $options;
6});
7 
8// https://facetwp.com/help-center/facets/facet-types/proximity#limit-autocomplete-results-to-a-specific-country

0

Related Snippets

Please see some snippets below related to this snippet..

General

AI Verified

1

PHP: Remove Comments

Added: 9 months ago

Last Updated: 9 months ago

<p>Remove comments fro the admin menu, posts/pages, and the admin bar.</p>

General

AI Verified

0

Custom Wordpress Register by User with Shortcode

Added: 1 year ago

Last Updated: 1 year ago

This script allows you to create an advanced and customizable registration form for your WordPress website. It includes fields for entering first name, last name, and email address, with the email add...

General

Unverified

0

Custom Header and Raw Data to CSV file through Objects

Added: 6 months ago

Last Updated: 6 months ago

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

General

AI Verified

0

Disable Comments

Added: 6 months ago

Last Updated: 5 months ago

General

AI Verified

0

Remove tag and category taxonomy

Added: 6 months ago

Last Updated: 6 months ago

Divi Builder

AI Verified

0

Divi - Disable Project CPT and Taxonomy

Added: 6 months ago

Last Updated: 6 months ago