• Resolved redcastor

    (@redcastor)


    Hello,

    You check for a define but this is not a constant it is a function.
    easy-plugin-demo.php

    line 269: if ( ! is_main_site() && ! is_network_admin ) {
    line 300: if ( ! is_main_site() && ! is_network_admin ) {

    Warning: Use of undefined constant is_network_admin – assumed ‘is_network_admin’ (this will throw an Error in a future version of PHP)

    Regards

    Auban

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘PHP Warning constant is_network_admin’ is closed to new replies.