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.5.9.2

apply_filters('aioseo_title_case_exceptions') is found 1 times:

  • /app/Common/Traits/Helpers/Strings.php line 532
    	 * @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',