jetpack_related_posts_display_markup

jetpack_related_posts_display_markup

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_related_posts_display_markup') is found 1 times:

  • /modules/related-posts/jetpack-related-posts.php line 539
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
         * @param int|false get_the_ID() Post ID of the post for which we are retrieving Related Posts.
         * @param array $related_posts Array of related posts.
         * @param array $block_attributes Array of Block attributes.
         */
        return (string) apply_filters( 'jetpack_related_posts_display_markup', $display_markup, $post_id, $related_posts, $block_attributes );
    }
     
    /**
     * ========================
     * PUBLIC UTILITY FUNCTIONS
     * ========================