get_pung хук-фильтр . WP 2.0.0
Filters the list of already-pinged URLs for the given post.
Использование
add_filter( 'get_pung', 'filter_function_name_1735' ); function filter_function_name_1735( $pung ){ // filter... return $pung; }
- $pung(строка[])
- Array of URLs already pinged for the given post.
Список изменений
С версии 2.0.0 | Введена. |
Где вызывается хук
get_pung
wp-includes/post.php 5083
return apply_filters( 'get_pung', $pung );