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

Use the constants used in the AC plugin #31

Closed moorscode closed 7 years ago

moorscode commented 7 years ago

Reusing constants and base-classname will provide better backwards-compatiblity

Fixes https://github.com/Yoast/yoast-acf-analysis/issues/27

moorscode commented 7 years ago

I have adjusted the mentioned uses and updated the main class name in the tests as well. They all pass again.