Explain the wp-convesio.php
file and why it is there
<?php /** * The extended configuration for WordPress hosted on Convesio Platform * * wp-config.php is not persistent on Convesio, and is deleted and recreated by the platform, as needed. * So any change made to wp-config.php will not be persistent, and can be deleted anytime. * * To create persistent custom directives for your wordpress config, add it to this file. * * @package Convesio */
Add Comment