wppaste
WordPress

WP_REST_Themes_Controller::prepare_item_for_response( WP_Theme $item, WP_REST_Request $request ): WP_REST_Response

Since
5.0.0, 5.9.0, 6.6.0
Source
wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:233
Prepares a single theme output for response.

Compatibility

WordPress
since 6.6.0
PHP
7.4–8.6-dev
  • 6.7.7
  • 6.8.8
  • 6.9.7
  • 7.0.4
  • 7.1.0

Present in every tracked release (6.7.7 to 7.1.0), and compiles on PHP 7.4 through 8.6-dev.

Parameters

$itemWP_Theme
Theme object.
$requestWP_REST_Request
Request object.

Return value

WP_REST_Response
Response object.

Performance profile

How much work a call to WP_REST_Themes_Controller::prepare_item_for_response() does, and what it touches: the algorithmic scaling, the Zend instruction count per call across PHP versions, the hooks it hands control to, and the core code that calls it. Measured from the compiled opcodes, not a stopwatch, so every number is identical on any machine running the same PHP version, and every function in core is ranked by cost.

Cost class
Light

Touches nothing outside its own arguments.

Scaling
Scales with input

The body loops, so the work grows with what you pass in.

Instructions
91–156

Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 292.

Plugin surface
1 hook

Third-party callbacks on 'rest_prepare_theme' run inside this call, and their cost is not bounded by anything here.

Called by
2

2 places in core call this, so the cost is paid more often than your own code shows.

What it touches

  • hookthird-party callbacksapply_filters()called directly

Further down the call graph this can also reach option, cache, serialize, transient and query. Those are the worst case, several calls deep and usually down an error path, not what a normal call pays.

What one call costs · 2515 distinct outcomes

One number would be a lie: the work depends on which branch runs. These are every distinct cost WP_REST_Themes_Controller::prepare_item_for_response() can have, taken from its control-flow graph on PHP 8.5.

WhenInstructionsCalls it makes
!rest_is_field_included()91->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always92->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always95->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()96->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()96->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()96->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always96->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always97->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()97->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()97->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()97->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()99->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
2503 further outcomes, up to 156 instructions
->is_same_theme()100->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()100->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()100->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()100->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()100->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()100->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()100–101->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()100->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()101->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()101->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()101->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()101->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()101->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()101->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()101->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()101->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always101->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()101->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()101->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()101->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()101–102->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()102->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()102->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()102->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()102->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()102->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()102->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()102->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()102->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()103–104->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()103->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()104->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()104->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()104->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()104–105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()104->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()104->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()104->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()104–105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()104->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always105–106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always105–106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()105->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()105–106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()106->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()106–107->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always106–107->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always106–107->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()107–108->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()107->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()107->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always107->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always107->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()107->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always107->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always107->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()107->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()107->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()107->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always107->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always107->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always108–109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always108–109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always108->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()108->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()108->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()108->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()108->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()108->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()108->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()108–109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()109–110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always109–110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always109–110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()109–110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always109–110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always109–110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always109–110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always109–110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()109->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always110–111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()110–111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()110–111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()110->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()110–111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always110–111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always110–111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()110–111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always110–111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always110–111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always111–112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always111->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always111–112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always111–112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always111–112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()111–112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()111–112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()112–113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always112–113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always112–113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always112–113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always112–113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()112–114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always112–113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always112->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()113–114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()113–114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always113–114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()113–114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always113–114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always113–114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()113–114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always113–114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always113–114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()113–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()113–114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always113–114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always113–114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()113->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()114->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always114–115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()115->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()115–116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116–117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always116–117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()116–117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always116–117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always116–117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()116–118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always116–117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116–117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()116–117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116–117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116–117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()116–117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116–117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always116–117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117–118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always117–118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()117–118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()117–118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always117–118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always117–118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always117–118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always117–118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always117–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always117–118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117–118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always117–118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()117–118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117–118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117–118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always117->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()117–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()118–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118–119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()118->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()119->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always119–120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always120–121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()121–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()121–122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()122–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()122–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()122–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()122–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122–123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()122->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()123–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()123–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always123–124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()124->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always124–125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()125–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()125–126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()126–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()126–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()126–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always126–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()127–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()127–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always127–128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()127–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()127->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()128–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()128–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always128–129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always129–130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always130–131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()131–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()131–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()131–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always131–132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always131->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()132–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()132–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()132–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()132–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()132–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()132->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always132–133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always133–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()133–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
!->is_same_theme()133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always133–134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()134–135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()135–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()135–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always135–136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always136–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always136–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()136–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()136–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always136–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()136–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always136->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always137–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()137–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()137–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always137–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()137–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()137->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always137–138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()138–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always138–139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
get_registered_theme_features()139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always139–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always139–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always139–140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always140–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always140–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always140–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always140–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always140–141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()141–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always141–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()141–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()141–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always141->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always142–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()142–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142–144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142–144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()142–144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()142–144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142–144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
!->is_same_theme()142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always142–143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always143–144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always143–144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always143–144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always143–144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always143–144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always143–144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always143–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always143–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always143–144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always143->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always143–144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always143–144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always144–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always144–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always144->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always144–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always144–145->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
->is_same_theme()145–147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
get_registered_theme_features()145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always145–147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always146–147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always146–147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always146–147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always146–147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always146–147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always146–147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always146–147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always146–147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always146–147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always146–148->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always146–148->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always146–148->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always146–148->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()146–148->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always146->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always147–148->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always147–148->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always147–148->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()147–149->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always147–149->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always147->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always148–149->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always148–149->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always148–149->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always148–149->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always148->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always149–150->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters()
always149–150->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always149–150->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always149–150->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always149–150->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always149–150->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always149–150->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always149–151->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always150–151->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always150–151->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always150–151->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always150–151->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always150–151->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always150–151->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always150–152->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always150–152->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always151–152->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always151–152->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
->is_same_theme()151–153->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always153–154->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always154–155->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always154–155->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()
always155–156->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), wp_get_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_default_block_template_types(), rest_is_field_included(), ->is_same_theme(), get_allowed_block_template_part_areas(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters()

This body has more branch combinations than are worth enumerating, so the table covers the outcomes found first rather than every one that exists.

Across PHP versions

PHPCompiledExecutedBranchesNotes
8.6-dev29191–156351 fewer instruction than PHP 8.5
8.529291–15635
8.429291–15635
8.329291–15635
8.229291–15635
8.129291–15635
7.429291–15635

An instruction is not a fixed amount of time, so a matching count is not necessarily the same speed; what it rules out is a difference in the work itself.

Hooks and filters fired · 1

One hook fires while WP_REST_Themes_Controller::prepare_item_for_response() runs, in this order:

  1. apply_filters( rest_prepare_theme )filterline 382 (+149 into the body)

    Filters theme data returned from the REST API.

Uses · 16

Show all 16

Used by · 2

Source code

	public function prepare_item_for_response( $item, $request ) {		// Restores the more descriptive, specific name for use within this method.		$theme = $item; 		$fields = $this->get_fields_for_response( $request );		$data   = array(); 		if ( rest_is_field_included( 'stylesheet', $fields ) ) {			$data['stylesheet'] = $theme->get_stylesheet();		} 		if ( rest_is_field_included( 'template', $fields ) ) {			/**			 * Use the get_template() method, not the 'Template' header, for finding the template.			 * The 'Template' header is only good for what was written in the style.css, while			 * get_template() takes into account where WordPress actually located the theme and			 * whether it is actually valid.			 */			$data['template'] = $theme->get_template();		} 		$plain_field_mappings = array(			'requires_php' => 'RequiresPHP',			'requires_wp'  => 'RequiresWP',			'textdomain'   => 'TextDomain',			'version'      => 'Version',		); 		foreach ( $plain_field_mappings as $field => $header ) {			if ( rest_is_field_included( $field, $fields ) ) {				$data[ $field ] = $theme->get( $header );			}		} 		if ( rest_is_field_included( 'screenshot', $fields ) ) {			// Using $theme->get_screenshot() with no args to get absolute URL.			$data['screenshot'] = $theme->get_screenshot() ? $theme->get_screenshot() : '';		} 		$rich_field_mappings = array(			'author'      => 'Author',			'author_uri'  => 'AuthorURI',			'description' => 'Description',			'name'        => 'Name',			'tags'        => 'Tags',			'theme_uri'   => 'ThemeURI',		); 		foreach ( $rich_field_mappings as $field => $header ) {			if ( rest_is_field_included( "{$field}.raw", $fields ) ) {				$data[ $field ]['raw'] = $theme->display( $header, false, true );			} 			if ( rest_is_field_included( "{$field}.rendered", $fields ) ) {				$data[ $field ]['rendered'] = $theme->display( $header );			}		} 		$current_theme = wp_get_theme();		if ( rest_is_field_included( 'status', $fields ) ) {			$data['status'] = ( $this->is_same_theme( $theme, $current_theme ) ) ? 'active' : 'inactive';		} 		if ( rest_is_field_included( 'theme_supports', $fields ) && $this->is_same_theme( $theme, $current_theme ) ) {			foreach ( get_registered_theme_features() as $feature => $config ) {				if ( ! is_array( $config['show_in_rest'] ) ) {					continue;				} 				$name = $config['show_in_rest']['name']; 				if ( ! rest_is_field_included( "theme_supports.{$name}", $fields ) ) {					continue;				} 				if ( ! current_theme_supports( $feature ) ) {					$data['theme_supports'][ $name ] = $config['show_in_rest']['schema']['default'];					continue;				}

Changelog

Introduced in 5.0.0. Unchanged from 6.7.7 through 7.1.0.

  1. 6.7.7
  2. 6.8.8
  3. 6.9.7
  4. 7.0.4
  5. 7.1.0

Signature, return type and hooks compared across 5 parsed releases.

6.6.0
Added stylesheet_uri and template_uri fields.from the docblock
5.9.0
Renamed $theme to $item to match parent class for PHP 8 named parameter support.from the docblock
5.0.0
Introduced.from the docblock

About this page

Parsed data
Generated from the wordpress-develop 6.8.8 tag, from src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.