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

    (@pektsekye)

    Hello,

    By default this plugin uses the same database table for all sites of your WP multisite network.

    If you want you can replace:

    {$wpdb->base_prefix}ymm

    with:

    {$wpdb->prefix}ymm

    In all files of my plugin.

    Then create a separate ymm database table for each subsite.

    Then import ymm .csv data from sub sites. So that each sub site will have its own ymm data.

    Stanislav

Viewing 1 replies (of 1 total)

The topic ‘Plugin not working on WordPress multi-site’ is closed to new replies.