Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Mei Gwilym

    (@meigwil)

    To answer my own question, here’s what I did to get the metabox showing.

    I tested with WP4.0 and the latest versions of both plugins.

    Add these lines to your theme functions.php file:

    function issuem_pmmpro_compatibility()
    {
            add_meta_box('pmpro_page_meta', __('Require Membership', 'pmpro'), 'pmpro_page_meta', 'article', 'side');
    }
    add_action('add_issuem_articles_metaboxes', 'issuem_pmmpro_compatibility');

    I saved an article, and it was blocked correctly by PMPro when I tried to read it.

    I’ll update this thread if I find more things to be done. If there’s much more it may be worth creating a sister plugin for PMPro.

    Glad to hear you got it worked out. I’ll leave this open for a bit in case you have any updates.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Compatibility with IssueM plugin’ is closed to new replies.