• I am integrating my WordPress navigation into several non-WordPress pages using the technique described on this page:
    http://www.designchemical.com/blog/index.php/website-coding/adding-a-wordpress-menu-to-a-non-wordpress-page/

    This all goes well until the Subscribe2 is activated, as which point my non-WordPress pages only display a white background and this message:

    “This version of Subscribe2 requires WordPress 3.3 or greater. Please update WordPress or use an older version of Subscribe2.”

    Note that I am NOT trying to use/display/etc. the Subscribe2 plugin on these pages; only the WordPress menu. So how can I prevent Subscribe2 from attempting to run itself on these pages, or validate the pages to the plugin so that it gives them a pass and allows them to process?

    Thanks,
    Matt

Viewing 1 replies (of 1 total)
  • Thread Starter mjcampagna

    (@mjcampagna)

    The solution I’ve come to is to open subscribe2.php and to disable line 42:

    // exit($exit_msg);

    Is there any way to prevent this without having to edit the plugin? It’s a simple edit, I know, but I’d like not to have to do this again following plugin updates.

    Perhaps something I can put into functions.php?

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Subscribe2]’ is closed to new replies.