Viewing 2 replies - 1 through 2 (of 2 total)
  • From what I know, a plugin should just work fine on a network installation. Please note that a new site has it’s own db tables; options being one of then. To retrieve the data for a specific site use get_blog_option(…) rather than get_option(…). For more info check https://developer.wordpress.org/reference/functions/get_blog_option/.
    Also, check if the plugin is activated on the blog site you want to use it on.

    **FOUND A BUG***
    – Remove the empty row after the opening tag ‘<?php’. WP will only recognize your script as a plugin if the plugin comment section is the very first thing it reads after the opening tag.

    • This reply was modified 4 years, 10 months ago by ignatiusjeroe.
    • This reply was modified 4 years, 10 months ago by ignatiusjeroe.
    Thread Starter Simone Montanari

    (@semikola)

    Solved it!

    There was a conflict with the Anti-Spam plugin.

    Cheers,

    Simone

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multisite plugin’ is closed to new replies.