Yoast / yoast-acf-analysis

WordPress plugin that adds the content of all ACF fields to the Yoast SEO score analysis.
https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/
GNU General Public License v3.0
61 stars 20 forks source link

Stories/60 handle acf nested fields #77

Closed herregroen closed 7 years ago

herregroen commented 7 years ago

Fixes #60.

js/src/replacevars.js, tests/js/system/data/acf5.php and tests/js/system/tests/acf5/layout-pro.js are ( mostly ) taken from #63.

Names from ACF are transformed to match the meta_key values that Yoast SEO uses.

kraftner commented 7 years ago

Closed in favour of #63.

Thanks for the hints though, I've incorporated them in my PR!