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 | 118:$GLOBALS['content_width'] |
/404.php | 2 | implicit implicit | - W R - | 48:$_s_archive_content 49:$_s_archive_content |
/inc/wpcom.php | 2 | global global | - - W | 19:$themecolors 22:$themecolors |
/header.php | 3 | implicit implicit implicit | - W R - R - | 41:$_s_description 42:$_s_description 44:$_s_description |
/comments.php | 4 | implicit implicit implicit implicit | R - R - R - - W | 42:$_s_comment_count 41:$_s_comment_count 32:$_s_comment_count 31:$_s_comment_count |