mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Drop src/ from pre_render_block duplicate hook reference.
Follow-up to [49608]. See #51612. git-svn-id: https://develop.svn.wordpress.org/trunk@49609 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -271,7 +271,7 @@ class WP_Block {
|
||||
public function render( $options = array() ) {
|
||||
global $post;
|
||||
|
||||
/** This filter is documented in src/wp-includes/blocks.php. */
|
||||
/** This filter is documented in wp-includes/blocks.php */
|
||||
$pre_render = apply_filters( 'pre_render_block', null, $this->parsed_block );
|
||||
if ( ! is_null( $pre_render ) ) {
|
||||
return $pre_render;
|
||||
|
||||
Reference in New Issue
Block a user