How do I make specific plugin functionality apply to different sites in a network?

if ( is_main_site() ) {
    include_once CLICK_DIR . '/lib/functions/general.php';
    include_once CLICK_DIR . '/lib/functions/post-types.php';
    include_once CLICK_DIR . '/lib/functions/taxonomies.php';
}

include_once CLICK_DIR . '/lib/functions/shortcodes.php';

Leave a Comment