wpseo_post_edit_values, $values, $this->post
wpseo_post_edit_values, $values, $this->post
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_post_edit_values, $values, $this->post') is found 1 times:
- /admin/formatter/class-post-metabox-formatter.php line 84
* * @param array $values The key-value map Yoast SEO uses inside the post editor. * @param WP_Post $post The post opened in the editor. */ return apply_filters( 'wpseo_post_edit_values', $values, $this->post ); } /** * Determines whether the insights feature is enabled for this post. * * @return bool