• Resolved Ace

    (@h4hagency)


    Hi – not necessarily a problem, but I’d love to pre-set the settings for mutltisite, so when the plugin and WooCommerce gets turned on, the settings are already set, without me having to manually go in each time. Perhaps this is something I can do within the actual plugin code? Assuming if so, then I’d have to make the edits each time you update the plugin, but I guess for now it’s ok.

    Or maybe you can just set ALL options to true by default 😉

Viewing 1 replies (of 1 total)
  • Plugin Contributor ospiotr

    (@ospiotr)

    Hello @h4hagency

    Please look at this guide: https://www.propatel.com/change-wordpress-multisite-default-install-settings/

    Simply follow the steps mention in the tutorial, but skip the changes (categories, posts, pages). Go directly to the step Changing the site settings. during this step, please use below pattern for Disable WooCommerce Bloat options:
    update_option('wcbloat_admin_disable', yes);

    Add each line for each option. All plugin options are listed below:

    wcbloat_admin_disable
    wcbloat_marketing_disable
    wcbloat_wc_helper_disable
    wcbloat_wc_status_meta_box_disable
    wcbloat_wc_marketplace
    wcbloat_password_meter_disable
    wcbloat_wc_scripts_disable
    wcbloat_wc_fragmentation_disable
    wcbloat_wc_widgets_disable
    wcbloat_wc_skyverge_disable
    wcbloat_jetpack_disable
    wcbloat_remove_addon_submenu
    wcbloat_elementor_widget_disable

    Let me know if have any troubles.

Viewing 1 replies (of 1 total)
  • The topic ‘Multisite’ is closed to new replies.