Docs & Support

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

CustomizationsHooks – For Developers
wpbdp_abc_filter_letters

wpbdp_abc_filter_letters

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.

Change the letter and characters included in the ABC filtering.

Usage

add_filter( 'wpbdp_abc_filter_letters', 'wpbdp_abc_filter_add_letters' );

Parameters

  • $valid_letters (array)

Examples

Add Greek letters

function wpbdp_abc_filter_add_letters( $valid_letters ) {
    $valid_letters[] = 'æ';
    $valid_letters[] = 'ø';
    $valid_letters[] = 'å';
    return $valid_letters;
}
add_filter( 'wpbdp_abc_filter_letters', 'wpbdp_abc_filter_add_letters' );
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