Title: pre analysis filter not working
Last modified: August 21, 2016

---

# pre analysis filter not working

 *  [dturnbot](https://wordpress.org/support/users/dturnbot/)
 * (@dturnbot)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pre-analysis-filter-not-working/)
 * I’m using the latest version of both Advanced Custom Fields plugin and the SEO
   plugin and I noticed the wpseo_pre_analysis_post_content filter isn’t working.
   The filter is already integrated into the ACF plugin but words are still not 
   being picked up.
 *     ```
       // set value
       			if( !isset($field['value']) )
       			{
       				$field['value'] = apply_filters('acf/load_value', false, $post_id, $field);
       				$field['value'] = apply_filters('acf/format_value', $field['value'], $post_id, $field);
   
       				apply_filters( 'wpseo_pre_analysis_post_content', $field['value'] );
       			}
       ```
   
 * [http://wordpress.org/plugins/wordpress-seo/](http://wordpress.org/plugins/wordpress-seo/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [dturnbot](https://wordpress.org/support/users/dturnbot/)
 * (@dturnbot)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pre-analysis-filter-not-working/#post-4252187)
 * Has anyone had experience with this filter yet?

Viewing 1 replies (of 1 total)

The topic ‘pre analysis filter not working’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908)
 * [Yoast SEO - Advanced SEO with real-time guidance and built-in AI](https://wordpress.org/plugins/wordpress-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-seo/reviews/)

## Tags

 * [ACF](https://wordpress.org/support/topic-tag/acf/)
 * [filter](https://wordpress.org/support/topic-tag/filter/)
 * [Yoast](https://wordpress.org/support/topic-tag/yoast/)

 * 1 reply
 * 1 participant
 * Last reply from: [dturnbot](https://wordpress.org/support/users/dturnbot/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/pre-analysis-filter-not-working/#post-4252187)
 * Status: not resolved