jetpack_relatedposts_filter_post_link_rel, , $post->ID

jetpack_relatedposts_filter_post_link_rel, , $post->ID

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_relatedposts_filter_post_link_rel, , $post->ID') is found 1 times:

  • /modules/related-posts/jetpack-related-posts.php line 1359
    			 *
    			 * @param string $link_rel Link rel attribute for Related Posts' link. Default is empty.
    			 * @param int    $post->ID Post ID.
    			 */
    			'rel'           => apply_filters( 'jetpack_relatedposts_filter_post_link_rel', '', $post->ID ),
    			/**
    			 * Filter the context displayed below each Related Post.
    			 *
    			 * This context is used when rendering the legacy 'widget' version of Related Posts.
    			 * It is not used when rendering the block-based version. See 'block_context' below for that.
    			 *