Docs & Support

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

wpbdp_custom_strings

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.

Automatically replace words throughout the front-end of your directory.

Usage

add_filter( 'wpbdp_custom_strings', 'bd_replace_strings' );

Parameters

$strings (array) A list of strings to replace

Examples

Replace a custom term

This example will replace the word “Region” with “Location” on the front-end of your directory.

function bd_replace_strings( $strings ) {
    $strings['Region']  = 'Location';
    $strings['Regions'] = 'Locations';
    return $strings;
}
add_filter( 'wpbdp_custom_strings', 'bd_replace_strings' );

Change Log

Added in version 5.13

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