Answers for "wordpress remove manage button"

1

remove bitnami banner wordpress

sudo /opt/bitnami/apps/APPNAME/bnconfig --disable_banner 1

If you’re using Apache, execute the command below:

sudo /opt/bitnami/ctlscript.sh restart apache

If you’re using NGINX, execute the command below:

sudo /opt/bitnami/ctlscript.sh restart nginx
Posted by: Guest on July-22-2020

Browse Popular Code Answers by Language