When the Trace 'wp' action checkbox
is selected the WP object is traced with a trace level of BW_TRACE_ALWAYS
.
Four trace records are produced showing;
- WP Object
- Option values for show_on_front, page_on_front and page_for_posts
- Whether or not is_home() is true.
- Whether or not is_front_page() is true.
Example
C:\apache\htdocs\wordpress\wp-content\plugins\oik-bwtrace\includes\oik-actions.php(424:0) bw_trace_wp(1) 21 0 2019-12-04T14:21:13+00:00 0.220078 0.035864 cf=wp 30 3254 6291456/6291456 256M F=556 1 WP Object ( [public_query_vars] => Array ( [0] => m [1] => p [2] => posts [3] => w [4] => cat [5] => withcomments [6] => withoutcomments [7] => s ... C:\apache\htdocs\wordpress\wp-content\plugins\oik-bwtrace\includes\oik-actions.php(430:0) bw_trace_wp(2) 22 0 2019-12-04T14:21:13+00:00 0.220398 0.000320 cf=wp 30 3254 6291456/6291456 256M F=556 posts,0,0 show,page,posts C:\apache\htdocs\wordpress\wp-content\plugins\oik-bwtrace\includes\oik-actions.php(431:0) bw_trace_wp(3) 23 0 2019-12-04T14:21:13+00:00 0.220564 0.000166 cf=wp 30 3254 6291456/6291456 256M F=556 home 1 C:\apache\htdocs\wordpress\wp-content\plugins\oik-bwtrace\includes\oik-actions.php(432:0) bw_trace_wp(4) 24 0 2019-12-04T14:21:13+00:00 0.220685 0.000121 cf=wp 30 3254 6291456/6291456 256M F=556 front 1
See bw_trace_wp()