wpseo_post_edit_values

wpseo_post_edit_values

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-seo.23.8

apply_filters('wpseo_post_edit_values') is found 1 times:

  • /admin/formatter/class-post-metabox-formatter.php line 82
    		 *
    		 * @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
    

See this hook used in plugins: