littlebizzy / slickstack

Lightning-fast WordPress on Nginx
https://slickstack.io
GNU General Public License v3.0
629 stars 112 forks source link

Make SS_DASHBOARD work, update deprecated MYSQL call, allow mandatory plugin #148

Closed backamblock closed 2 years ago

backamblock commented 2 years ago

for the blacklist: vendidero-helper is a plugin which is needed to enable auto updates for vendidero products, mainly the "Germanized Pro" Plugin. This Plugin is the better one of the only 2 plugins to allow woocommerce to comply with german ecommerce regulations

backamblock commented 2 years ago
    $ss_production_link = home_url( $path = '', $scheme = 'https' );
     $ss_production_link = str_replace('staging.', '', $ss_production_link);
     $ss_production_link = str_replace('dev.', '', $ss_production_link);

this is to fix the staging site switcher from commit: fix staging switcher malformed URLs littlebizzy#121

i was not able to put it in a seperate commit since i had to pull the whole changed files to make the branch thing work