wpseo_separator_options хук-фильтр . Yoast 1.0
Allow altering the array with separator options.
Использование
add_filter( 'wpseo_separator_options', 'filter_function_name_3190' ); function filter_function_name_3190( $separator_options ){ // filter... return $separator_options; }
- $separator_options(массив)
- Array with the separator options.
Где вызывается хук
wpseo_separator_options
yoast/inc/options/class-wpseo-option-titles.php 188
$filtered_separators = apply_filters( 'wpseo_separator_options', $separators );