Docs & Support

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

wpbdp_get_page_ids

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 get the list of pages the plugin is used on.

Usage

add_filter( 'wpbdp_get_page_ids', 'my_custom_function' );

Parameters

  • $page_ids (array)

Examples

Flag an extra page for directories

This example will add another page to the automatic list of page ids so the plugin assets will be loaded.

add_filter( 'wpbdp_get_page_ids', 'add_another_bd_page', 10, 2 );
function add_another_bd_page( $page_ids ) {
    $page_ids[] = '25'; // add a new page id.
    return $page_ids;
}

Change Log

Added in version 5.9

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.

    Complete your purchase
    Special offer unlocked.
    Get 55% OFF!
    Complete Purchase
    Join 20,000+ using Business Directory Plugin to build website directories fast. Get Started