the_title, $template->title, $template->wp_id
the_title, $template->title, $template->wp_id
Appears in: gutenberg.23.6.2
Hook Type: filter
Displaying hooks found in version: gutenberg.23.6.2apply_filters('the_title, $template->title, $template->wp_id') is found 1 times:
- /lib/compat/wordpress-7.0/class-gutenberg-rest-templates-controller-7-0.php line 229
if ( rest_is_field_included( 'title.rendered', $fields ) ) { if ( $template->wp_id ) { /** This filter is documented in wp-includes/post-template.php */ $data['title']['rendered'] = apply_filters( 'the_title', $template->title, $template->wp_id ); } else { $data['title']['rendered'] = $template->title; } } if ( rest_is_field_included( 'status', $fields ) ) {