• [Repost in the correct place for clarity]

    I’m interested to know how this works on Multisite, since the Users table is shared across all sites. If there are multiple networks, must it be enabled for each network, or just the main one? And is the scheduled task being run for every site, or just the primary site?

    Hopefully these questions make sense in the correct context.

Viewing 1 replies (of 1 total)
  • Plugin Author OllieJones

    (@olliejones)

    Thanks for the question! It works correctly.

    The plugin works when activated at the network level.

    It handles the sites individually. It uses the same trickery in wp_user_meta to distinguish sites as the wp_capabilities item: For a site and a user it uses the tablename prefix.

    So you’ll see meta_keys like wp_2_iufsr:administrator and wp_1_iufsr:edtor.

    It runs separate tasks for each subsite.

Viewing 1 replies (of 1 total)

The topic ‘Multisite’ is closed to new replies.