Docs & Support

Learn about all Business Directory’s features and get support from our amazing customer success team.

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? *

This article may contain affiliate links. Once in a while, we earn commissions from those links. But we only recommend products we like, with or without commissions.

In this article

    We have a small, but amazing team of dedicated people who are committed to helping you achieve your goals and project requirements.


    Copyright © 2010-2025 S11 Directories, LLC.

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