aioseo_title_case_exceptions

aioseo_title_case_exceptions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.8.1.1

apply_filters('aioseo_title_case_exceptions') is found 1 times:

  • /app/Common/Traits/Helpers/Strings.php line 538
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    * @return string         The converted string.
     */
    public function toTitleCase( $string ) {
        // List of common English words that aren't typically modified.
        $exceptions = apply_filters( 'aioseo_title_case_exceptions', [
            'of',
            'a',
            'the',
            'and',
            'an',
            'or',