WordPress Business Directory Plugin

Create any kind of directory on your site, easily

  • Features
  • Pricing
  • Blog
  • Support
  • Login
  • Get Started

wpbdp_region_find_args

Last Updated: March 17, 2021

  1. Home
  2. Knowledge Base
  3. Customizations
  4. Hooks - For Developers
  5. Regions
  6. wpbdp_region_find_args
Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.

This hook can be used to adjust which regions will be included in the list.

Usage

add_filter( 'wpbdp_region_find_args', 'my_custom_function' );

Parameters

  • $args (array)

Examples

Include region

This example will include an extra region

add_filter( 'wpbdp_region_find_args', 'include_region' );
function include_region( $args ) {
    $args['include'] = '46'; //replace the value 46 with the id of the region you want to include
    return $args;
}

Exclude region

This example will exclude an extra region

add_filter( 'wpbdp_region_find_args', 'exclude_region' );
function exclude_region( $args ) {
    $args['exclude'] = '46'; //replace the value 46 with the id of the region you want to exclude
    return $args;
}

Change Log

Added in version 5.2

Was this article helpful?

You must log in to vote
Yes No

Topics

  • Usage
  • Parameters
  • Examples
    • Include region
    • Exclude region
  • Change Log

Quick Links

  • Getting Started Guide
  • Knowledge Base
  • Change Log

Build Easy Directory Listings

Our WordPress directory plugin will help you create the online listings website you've been planning. And with our 14-day risk-free trial, there's no reason to wait.
Start earning customers today.

Get Business Directory Now

Resources

  • Blog
  • Contact
  • Video Tutorials
  • Affiliates
  • Best Directory Websites Showcase
  • Demo

Purchase

  • Pricing
  • Business Directory Themes
  • Free Business Directories

Our Brands

  • Formidable Forms
  • AWP Classifieds

Business Directory Plugin for WordPress

Copyright © 2010–2021 Strategy11 LLC
Privacy Policy | Terms of Service | Sitemap

Join 20,000+ using Business Directory Plugin to build website directories fast. Get Started See User Reviews