parent_post_rel_link filter-hook . WP 1.0
Usage
add_filter( 'parent_post_rel_link', 'filter_function_name_8002' ); function filter_function_name_8002( $link ){ // filter... return $link; }
- $link
- -
Where the hook is called
parent_post_rel_link
wp-includes/deprecated.php 2794
return apply_filters( "parent_post_rel_link", $link );