wpseo_separator_options, $separators

wpseo_separator_options, $separators

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

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

  • /inc/options/class-wpseo-option-titles.php line 233
    		 * Allow altering the array with separator options.
    		 *
    		 * @param array $separator_options Array with the separator options.
    		 */
    		$filtered_separators = apply_filters( 'wpseo_separator_options', $separators );
    
    		if ( is_array( $filtered_separators ) && $filtered_separators !== [] ) {
    			$separators = array_merge( $separators, $filtered_separators );
    		}
    
    		return $separators;