wpseo_next_rel_link хук-фильтр . Yoast 1.0
Filter: 'wpseo_next_rel_link' - Allow changing link rel output by Yoast SEO.
Использование
add_filter( 'wpseo_next_rel_link', 'filter_function_name_751' ); function filter_function_name_751( $unsigned ){ // filter... return $unsigned; }
- $unsigned(строка)
- The full <link element.
Где вызывается хук
wpseo_next_rel_link
yoast/src/presenters/rel-next-presenter.php 40
return \apply_filters( 'wpseo_next_rel_link', $output );