Global $pagenow not available in multisite
-
Here is my code. Works fine on non-mulitsite, but on multisite, the globals $pagenow and $typenow are empty.
Any ideas why or how to fix this?
global $pagenow, $typenow; if ( in_array( $pagenow, array( 'post.php', 'page.php', 'post-new.php', 'post-edit.php' ) ) && $typenow != 'download' ) { ...
Thanks,
Scott
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Global $pagenow not available in multisite’ is closed to new replies.