Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58185, comment 8


Ignore:
Timestamp:
05/15/2023 02:54:35 AM (3 years ago)
Author:
dd32

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58185, comment 8

    initial v1  
    37379       0.0102  1309944 apply_filters( $hook_name = 'pre_get_site_by_path', $value = NULL, ...$args = variadic('test.wordpress.org', '/plugins/hello-dolly/', 1, [0 => '/plugins/', 1 => '/']) )        .../ms-load.php:212
    383810      0.0102  1310728 WP_Hook->apply_filters( $value = NULL, $args = [0 => NULL, 1 => 'test.wordpress.org', 2 => '/plugins/hello-dolly/', 3 => 1, 4 => [0 => '/plugins/', 1 => '/']] )        .../plugin.php:205
     39# Filter added via sunrise.php
    394011      0.0103  1312232 wporg_sites_on_rosetta_domains( $site = NULL, $domain = 'test.wordpress.org', $path = '/plugins/hello-dolly/', $segments = 1 )  .../class-wp-hook.php:312
    404112      0.0103  1312608 wporg_get_locale_site( $domain = 'test.wordpress.org', $path = ??? )    .../sunrise.php:134
     42# get_sites() called prior to the Lazyloader being loaded.
    414313      0.0103  1312984 get_sites( $args = ['network_id' => 6, 'number' => 1, 'domain' => 'test.wordpress.org', 'path' => '/'] )        .../sunrise.php:36
    424414      0.0103  1313208 WP_Site_Query->query( $query = ['network_id' => 6, 'number' => 1, 'domain' => 'test.wordpress.org', 'path' => '/'] )    .../ms-site.php:446