wpseo_separator_option_list
Allows altering the separator options array.
Использование
add_filter( 'wpseo_separator_option_list', 'wp_kama_wpseo_separator_option_list_filter' ); function wp_kama_wpseo_separator_option_list_filter( $separators ){ // filter... return $separators; }
- $separators(массив)
- Array with the separator options.
Где вызывается хук
wpseo_separator_option_list
yoast/inc/options/class-wpseo-option-titles.php 1014
$separator_list = apply_filters( 'wpseo_separator_option_list', $separators );