From f4379e1d2a8cb9812f00fc51e7d8c5ff12f253bf Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Mon, 4 Dec 2023 16:23:01 +0100 Subject: [PATCH] Mark get_hooked_block_markup() as private --- src/wp-includes/blocks.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wp-includes/blocks.php b/src/wp-includes/blocks.php index 63e9bf4604e77..431e2b015332c 100644 --- a/src/wp-includes/blocks.php +++ b/src/wp-includes/blocks.php @@ -764,7 +764,10 @@ function get_hooked_blocks() { * If the anchor block has already been processed, and the given hooked block type is in the list * of ignored hooked blocks, an empty string is returned. * + * This function is meant for internal use only. + * * @since 6.5.0 + * @access private * * @param array $anchor_block The anchor block. Passed by reference. * @param string $hooked_block_type The name of the hooked block type.