Last active
September 12, 2018 05:55
-
-
Save sushidub/32011f4c7a29a534772c0337e93e2a88 to your computer and use it in GitHub Desktop.
Revisions
-
sushidub renamed this gist
Sep 12, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
sushidub created this gist
Sep 12, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ helpful wordpress admin globals available via the window object ```js var adminScreen = {}; adminScreen.pagenow = window.pagenow; adminScreen.adminpage = window.adminpage; adminScreen.typenow = window.typenow; console.log(adminScreen); ```