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
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
- Scaling
- Scales with input
- Instructions
- 81–140
- Plugin surface
- 1 hook
- Called by
- 2
Touches nothing outside its own arguments.
The body loops, so the work grows with what you pass in.
Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 253.
Third-party callbacks on 'rest_prepare_theme' run inside this call, and their cost is not bounded by anything here.
2 places in core call this, so the cost is paid more often than your own code shows.
What it touches
- hookthird-party callbacks
apply_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 · 972 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.
| When | Instructions | Calls it makes |
|---|---|---|
!rest_is_field_included() | 81–82 | ->get_fields_for_response(), rest_is_field_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 82–83 | ->get_fields_for_response(), rest_is_field_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 85–86 | ->get_fields_for_response(), rest_is_field_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 86–87 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 86–87 | ->get_fields_for_response(), rest_is_field_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 87–88 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), wp_get_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() |
| always | 87–88 | ->get_fields_for_response(), rest_is_field_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(), ->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() | 87–88 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 88–89 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), wp_get_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() |
| always | 89–91 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 90–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 90–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
960 further outcomes, up to 140 instructions
!->is_same_theme() | 90–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(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), 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() | 90–92 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 90–92 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 90–91 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), wp_get_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() | 91–92 | ->get_fields_for_response(), rest_is_field_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 91–92 | ->get_fields_for_response(), rest_is_field_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 91–92 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 91–92 | ->get_fields_for_response(), rest_is_field_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 91–92 | ->get_fields_for_response(), rest_is_field_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 91–92 | ->get_fields_for_response(), rest_is_field_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(), ->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() | 91–92 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 91–93 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 91–92 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), wp_get_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() |
!->get_screenshot() && !->is_same_theme() | 92–93 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 92–93 | ->get_fields_for_response(), rest_is_field_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 92–93 | ->get_fields_for_response(), rest_is_field_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 92–93 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 92–93 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 93–95 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 93–94 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), wp_get_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() |
!->get_screenshot() && !->is_same_theme() | 93–94 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 94–96 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 94–95 | ->get_fields_for_response(), rest_is_field_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 94–95 | ->get_fields_for_response(), rest_is_field_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 94–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(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), 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() |
| always | 94–96 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 94–95 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 95–97 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 95–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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 95–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), 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() | 95–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 95–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 95–97 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->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() | 95–97 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 95–96 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 95–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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 95–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), 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() | 95–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(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), 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_screenshot() | 95–96 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 96–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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 96–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(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 96–97 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 96–97 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 96–97 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 96–98 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 96–98 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 96–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(), ->is_same_theme(), ->get_template_directory_uri(), ->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() | 96–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_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() | 96–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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 96–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), 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() | 96–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 96–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), 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() | 96–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(), ->is_block_theme(), 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() | 96–98 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 96–97 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), wp_get_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() |
->get_screenshot() && !->is_same_theme() | 96–97 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 97–98 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 97–98 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 97–98 | ->get_fields_for_response(), rest_is_field_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(), ->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–98 | ->get_fields_for_response(), rest_is_field_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 97–98 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 97–98 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 97–98 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 97–98 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 97–98 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 97–98 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 97–99 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 98–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 98–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), 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() | 98–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(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), 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() | 98–101 | ->get_fields_for_response(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 98–100 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 98–99 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 98–99 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 98–99 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->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() | 99–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 99–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 99–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 99–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 99–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 99–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 99–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 99–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), 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() | 99–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 99–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 99–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->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() | 99–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 99–102 | ->get_fields_for_response(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 99–100 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 99–100 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 99–100 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 99–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 99–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 100–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), 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–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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 100–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(), ->is_same_theme(), get_stylesheet_directory_uri(), 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–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 100–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 100–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 100–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 100–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 100–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 100–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 100–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 100–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->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() | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_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() | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 100–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 100–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), 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() | 100–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(), ->is_block_theme(), 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_screenshot() && !->is_same_theme() | 100–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 100–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 100–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 100–101 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 100–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 101–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 101–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 101–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 101–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 101–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 101–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->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–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_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–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(), ->is_same_theme(), ->get_template_directory_uri(), ->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–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), 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–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 101–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 101–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 101–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 101–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 101–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 101–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 101–102 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->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–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 102–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), 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() | 102–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(), get_registered_theme_features(), rest_is_field_included(), ->is_block_theme(), 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_screenshot() | 102–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 102–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 102–104 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 102–103 | ->get_fields_for_response(), rest_is_field_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 102–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 102–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 102–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 102–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 102–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 102–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 102–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 102–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 102–103 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 102–104 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->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() | 103–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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 103–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), 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–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 103–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 103–105 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 103–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 103–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), 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–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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 103–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), 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–106 | ->get_fields_for_response(), rest_is_field_included(), rest_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(), ->is_block_theme(), 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_screenshot() && ->is_same_theme() | 103–104 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 103–104 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 103–104 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 103–104 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 103–104 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 103–104 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 103–105 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 103–105 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 104–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 104–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 104–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 104–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 104–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 104–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 104–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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 104–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(), ->is_same_theme(), get_stylesheet_directory_uri(), 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–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->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() | 104–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->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() | 104–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 104–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 104–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 104–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 104–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_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(), ->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() | 104–107 | ->get_fields_for_response(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 104–105 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 104–105 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 104–105 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 104–105 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 104–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 104–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 104–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 104–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 104–105 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 104–105 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 104–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 105–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 105–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 105–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->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–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 105–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 105–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 105–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 105–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 105–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 105–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 105–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 105–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 105–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 105–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 105–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 105–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 105–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 105–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), 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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->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–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 105–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 105–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_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–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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 105–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 105–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 105–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 105–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 105–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 105–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 105–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 105–106 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 105–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 106–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 106–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 106–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 106–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 106–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 106–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 106–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 106–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 106–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->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–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_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–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(), ->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(), ->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–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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 106–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 106–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 106–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 106–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 106–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 106–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 106–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 106–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 106–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 106–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 106–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 106–107 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 107–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 107–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 107–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 107–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(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 107–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(), get_registered_theme_features(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 107–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 107–109 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 107–109 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 107–109 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 107–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), 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(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 107–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 107–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 107–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 107–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 107–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 107–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 107–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 107–108 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 107–109 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 107–109 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 108–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 108–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(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 108–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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 108–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), 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–111 | ->get_fields_for_response(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 108–111 | ->get_fields_for_response(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 108–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 108–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 108–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), 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_screenshot() && ->is_same_theme() | 108–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 108–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->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(), ->is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 108–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->is_same_theme() | 108–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 108–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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->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() | 108–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_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() | 108–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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 108–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 108–111 | ->get_fields_for_response(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 108–111 | ->get_fields_for_response(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 108–111 | ->get_fields_for_response(), rest_is_field_included(), rest_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(), ->is_block_theme(), 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_screenshot() && ->is_same_theme() | 108–109 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 108–109 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 108–109 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 108–109 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 108–109 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 108–109 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 108–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 108–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 108–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 108–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 108–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 108–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 108–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 109–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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 109–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->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–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_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(), ->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–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_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(), ->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–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 109–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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 109–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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 109–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 109–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), 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_screenshot() | 109–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 109–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 109–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 109–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->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–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(), ->is_same_theme(), ->get_template_directory_uri(), ->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–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 109–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 109–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 109–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_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_screenshot() && !->is_same_theme() | 109–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 109–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 109–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 109–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 109–110 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 109–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 110–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 110–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 110–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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 110–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(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 110–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(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 110–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(), ->is_same_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_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_screenshot() | 110–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 110–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 110–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 110–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 110–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 110–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 110–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 110–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 110–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 110–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 110–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 110–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 110–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 110–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->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–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 110–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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 110–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 110–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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->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–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_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_screenshot() && !->is_same_theme() | 110–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 110–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 110–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 110–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 110–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 110–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 110–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 110–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 110–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 110–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 110–111 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 110–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 110–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->is_same_theme() | 111–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 111–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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 111–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 111–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 111–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 111–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 111–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 111–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 111–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 111–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 111–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 111–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 111–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), 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() | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 111–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(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 111–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 111–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 111–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 111–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 111–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 111–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 111–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 111–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 111–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 111–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 111–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 111–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 111–112 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), ->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(), ->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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 112–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(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 112–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(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 112–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 112–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 112–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 112–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 112–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 112–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(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 112–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(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 112–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 112–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 112–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 112–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 112–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 112–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 112–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 112–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 112–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 112–113 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 112–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 112–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 112–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 112–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 112–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), 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–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 113–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 113–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), ->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(), ->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(), ->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(), ->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(), ->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(), ->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() | 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 113–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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 113–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(), ->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(), ->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() | 113–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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 113–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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 113–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 113–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 113–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 113–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 113–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 113–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 113–114 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 113–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 114–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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 114–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 114–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 114–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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 114–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(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 114–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(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->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–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(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 114–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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 114–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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 114–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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 114–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(), ->is_same_theme(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_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–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(), ->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–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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 114–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 114–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 114–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 114–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), 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_screenshot() && ->is_same_theme() | 114–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 114–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 114–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 114–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 114–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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 114–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 114–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 114–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 114–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 114–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 114–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 114–115 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 114–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 115–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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 115–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(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 115–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 115–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 115–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 115–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 115–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 115–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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 115–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(), ->is_same_theme(), ->get_template_directory_uri(), ->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–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 115–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 115–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 115–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 115–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 115–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 115–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 115–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 115–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 115–116 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 115–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->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–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 116–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 116–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 116–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 116–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 116–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 116–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 116–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 116–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 116–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 116–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 116–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), rest_is_field_included(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->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–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(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 116–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 116–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 116–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 116–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 116–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 116–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 116–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 116–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 116–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 116–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 116–117 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 117–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(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 117–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(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 117–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 117–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 117–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 117–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 117–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 117–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 117–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 117–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 117–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), 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(), ->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(), ->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–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 117–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(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 117–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(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 117–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(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 117–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 117–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 117–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 117–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 117–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 117–118 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 117–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 117–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 117–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 117–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 117–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 117–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 117–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 117–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 117–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), 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() |
| always | 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 118–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(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 118–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 118–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), ->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(), ->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–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 118–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 118–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(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 118–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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->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–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_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_screenshot() | 118–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 118–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 118–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 118–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 118–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 118–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 118–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 118–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 118–119 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 118–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 119–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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 119–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(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 119–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(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 119–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(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->is_same_theme() | 119–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(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 119–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 119–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 119–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 119–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 119–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 119–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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 119–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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 119–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 119–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 119–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 119–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 119–120 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 119–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 120–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 120–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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 120–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 120–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 120–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 120–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 120–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 120–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 120–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 120–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 120–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 120–123 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 120–123 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 120–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 120–123 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 120–123 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), 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() | 120–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 120–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 120–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 120–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 120–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 120–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 120–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 120–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 120–121 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 120–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 121–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 121–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 121–123 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 121–123 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 121–123 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 121–123 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 121–123 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 121–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 121–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 121–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 121–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 121–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 121–123 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 121–123 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 121–123 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 121–122 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 121–123 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 121–123 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 121–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 121–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), 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–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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 122–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 122–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 122–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 122–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 122–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 122–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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 122–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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 122–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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 122–123 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 122–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 122–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 122–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 122–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 122–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 122–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 122–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 122–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 122–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 122–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 122–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 122–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 122–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 122–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 123–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 123–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 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(), ->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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 123–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(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 123–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(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->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–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 123–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 123–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 123–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_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_screenshot() && ->is_same_theme() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 123–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 123–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 123–124 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 123–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 124–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 124–127 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 124–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(), ->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–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(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 124–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 124–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 124–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 124–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 124–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 124–127 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 124–127 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 124–127 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 124–127 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_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_screenshot() && ->is_same_theme() | 124–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 124–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 124–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 124–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 124–125 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 124–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 124–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 124–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 125–127 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 125–127 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 125–127 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 125–127 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 125–128 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 125–127 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 125–128 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 125–127 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 125–127 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 125–126 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 125–127 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 126–128 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 126–129 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 126–128 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 126–128 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 126–129 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 126–129 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 126–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 126–128 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 126–128 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 126–128 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 126–129 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 126–129 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 126–129 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_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_screenshot() | 127–130 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
!->get_screenshot() | 127–130 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 127–129 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 127–130 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
| always | 127–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
| always | 127–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 127–130 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 127–129 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 127–129 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 127–129 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 127–129 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 127–129 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 127–130 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 127–130 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 127–130 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 127–130 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_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_screenshot() | 127–129 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 128–131 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->is_same_theme() | 128–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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && !->is_same_theme() | 128–130 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 128–131 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 128–131 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 128–131 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 128–130 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 128–130 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 128–130 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 128–130 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 128–131 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 128–130 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 128–130 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 129–131 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 129–131 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 129–132 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 129–132 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 129–132 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 129–131 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 129–132 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 129–131 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 130–132 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 130–133 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 130–133 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 130–133 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() | 130–133 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 131–134 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), apply_filters() |
->get_screenshot() && !->is_same_theme() | 131–133 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 131–134 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 131–134 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 131–134 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 132–135 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 132–134 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 132–134 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 132–135 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 132–135 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 132–135 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 133–136 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() | 133–136 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 133–135 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 133–136 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
!->get_screenshot() && ->is_same_theme() | 134–137 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 135–138 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 136–139 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), ->get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() | 136–139 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), ->get_template_directory_uri(), ->add_additional_fields_to_object(), rest_ensure_response(), rest_is_field_included(), rest_is_field_included(), ->prepare_links(), ->add_links(), apply_filters() |
->get_screenshot() && ->is_same_theme() | 137–140 | ->get_fields_for_response(), rest_is_field_included(), rest_is_field_included(), rest_is_field_included(), ->get_screenshot(), ->get_screenshot(), 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(), ->is_block_theme(), rest_is_field_included(), ->is_same_theme(), get_stylesheet_directory_uri(), rest_is_field_included(), ->is_same_theme(), get_template_directory_uri(), ->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
| PHP | Compiled | Executed | Branches | Notes |
|---|---|---|---|---|
| 8.6-dev | 252 | 81–139 | 29 | 1 fewer instruction than PHP 8.5 |
| 8.5 | 253 | 81–140 | 29 | |
| 8.4 | 253 | 81–140 | 29 | |
| 8.3 | 253 | 81–140 | 29 | |
| 8.2 | 253 | 81–140 | 29 | |
| 8.1 | 253 | 81–140 | 29 | |
| 7.4 | 253 | 81–140 | 29 |
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:
- apply_filters( rest_prepare_theme )filterline 369 (+136 into the body)
Filters theme data returned from the REST API.
Uses · 14
- rest_is_field_included()Given an array of fields to include in a response, some of which may be `nested.fields`, determine whether the provided field should be included in the response body.
- wp_get_theme()Gets a WP_Theme object for a theme.
- get_registered_theme_features()Gets the list of registered theme features.
- current_theme_supports()Checks a theme's support for a given feature.
- get_theme_support()Gets the theme support arguments passed when registering that support.
- is_wp_error()Checks whether the given variable is a WordPress Error.
- get_stylesheet_directory_uri()Retrieves stylesheet directory URI for the active theme.
- get_template_directory_uri()Retrieves template directory URI for the active theme.
- rest_ensure_response()Ensures a REST response is a response object (for consistency).
- apply_filters()Calls the callback functions that have been added to a filter hook.
- WP_REST_Themes_Controller::get_fields_for_response()
- WP_REST_Themes_Controller::is_same_theme()Helper function to compare two themes.
Show all 14
- WP_REST_Themes_Controller::add_additional_fields_to_object()
- WP_REST_Themes_Controller::prepare_links()Prepares links for the request.
Used by · 2
- WP_REST_Themes_Controller::get_item()Retrieves a single theme.
- WP_REST_Themes_Controller::get_items()Retrieves a collection of themes.
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.
Signature, return type and hooks compared across 5 parsed releases.
stylesheet_uri and template_uri fields.from the docblock$theme to $item to match parent class for PHP 8 named parameter support.from the docblockAbout this page
- Parsed data
- Generated from the wordpress-develop 6.7.7 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.