wpseo_separator_options, $separators
wpseo_separator_options, $separators
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_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;