Whenever I have Yoast SEO plugin activated I cannot save the Pro content editor. It says “Content Failed to Save”.
Looking at other support threads I tried increasing memory inside wp-config.php as per below, but it does not fix the problem.
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );
Any ideas what else to try?