wp php.ini upload_max_filesize code example
Example: The uploaded file exceeds the upload_max_filesize directive in php.ini.
Editing the wp-config.php File. And add the following code
@ini_set('upload_max_size' , '256M' );
Editing the wp-config.php File. And add the following code
@ini_set('upload_max_size' , '256M' );