The Dev Mode implementation in the cPanel plugin is great, but we are hoping to take it a step further, and allow dev mode to be called from within web apps (i.e. WordPress).
Without giving WordPress cPanel API access, was hoping a functionality logic like:
- User enabled Dev Mode in Wordpress, which creates a file/flag in the /home/user directory (or adds a flag to the nginx.conf file)
- Xtendweb detects the flag and enables the normal Dev Mode
- User disables Dev Mode in WordPress (so removes the file or flag in nginx.conf). Xtendweb detects the change and disables Dev mode
The Dev Mode implementation in the cPanel plugin is great, but we are hoping to take it a step further, and allow dev mode to be called from within web apps (i.e. WordPress).
Without giving WordPress cPanel API access, was hoping a functionality logic like: