apply_filters( 'a_z_listing_non_alpha_char', string $non_alpha_char )
Specifies the character used for all non-alphabetic titles, such as numeric titles in the default setup for English. Defaults to ‘#’ unless overridden by a language pack.
Description
Parameters
- $non_alpha_char
The character for non-alphabetic post titles.
Source
File: src/Alphabet.php
Changelog
Version | Description |
---|---|
1.7.1 | Introduced. |