wpseo_separator_option_list, $separators

wpseo_separator_option_list, $separators

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_separator_option_list, $separators') is found 1 times:

  • /inc/options/class-wpseo-option-titles.php line 997
    		 * Allows altering the separator options array.
    		 *
    		 * @param array $separators Array with the separator options.
    		 */
    		$separator_list = apply_filters( 'wpseo_separator_option_list', $separators );
    
    		if ( ! is_array( $separator_list ) ) {
    			return $separators;
    		}
    
    		return $separator_list;