Here are the global variables, including the implicit ones : any variable that are used in the global scope, outside methods, are implicitely globals.
Global | Counts | Types | Read / Write | Locations |
---|---|---|---|---|
/functions.php | 1 | $GLOBALS | - W | 176:$GLOBALS['content_width'] |
/inc/woocommerce.php | 1 | global | - | 180:$product |
/template-parts/content/content-grid.php | 2 | implicit $GLOBALS | - W R - | 16:$image_size 17:$image_size |
/template-parts/header/header-site-branding.php | 3 | implicit $GLOBALS $GLOBALS | R - R - - W | 12:$description 11:$description 10:$description |
/template-parts/header/header-topbar.php | 8 | implicit $GLOBALS $GLOBALS implicit $GLOBALS $GLOBALS $GLOBALS $GLOBALS | R - - W R - - W R - R - R - R - W | 3:$topbar_widget_areas 2:$topbar_widget_areas 11:$topbar_widget_areas 11:$i 15:$i 11:$i 13:$i 11:$i |
/template-parts/footer/footer-widgets.php | 8 | implicit $GLOBALS $GLOBALS $GLOBALS $GLOBALS implicit $GLOBALS $GLOBALS | R - W R - R - R - - W R - - W R - | 11:$i 11:$i 13:$i 15:$i 11:$i 11:$footer_widget_areas 2:$footer_widget_areas 3:$footer_widget_areas |
/comments.php | 12 | implicit $GLOBALS $GLOBALS $GLOBALS implicit $GLOBALS $GLOBALS $GLOBALS implicit $GLOBALS $GLOBALS $GLOBALS | R - R - - W R - - W R - - W R - R - - W R - - W | 37:$theme_comment_count 38:$theme_comment_count 27:$theme_comment_count 28:$theme_comment_count 46:$prev_icon 50:$prev_icon 67:$prev_icon 71:$prev_icon 51:$next_icon 47:$next_icon 72:$next_icon 68:$next_icon |