Increase Memory limit and Execution Time Limit WordPress February 21, 2019 Increase Memory limit and Execution Time Limit WordPress Add this Code in your config.php file set_time_limit(3000); define( 'WP_MEMORY_LIMIT', '512M' ); Read more
GIT Commands February 15, 2019 Hard refresh : git reset --hard origin/master push : git push origin master Read more