php timeout wpconfig fix

PHOTO EMBED

Mon Dec 06 2021 16:21:43 GMT+0000 (Coordinated Universal Time)

Saved by @mel #redirect #wpconfig

@ini_set( 'upload_max_filesize' , '256M' );

@ini_set( 'post_max_size', '256M');

@ini_set( 'memory_limit', '256M' );

@ini_set( 'max_execution_time', '300' );

@ini_set( 'max_input_time', '300' );
content_copyCOPY