wpseo_post_edit_values

wpseo_post_edit_values

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_post_edit_values') is found 1 times:

  • /admin/formatter/class-post-metabox-formatter.php line 97
    		 *
    		 * @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 );
    	}
    
    	/**
    	 * Gets the image URL for the post's social preview.
    	 *
    	 * @return string|null The image URL for the social preview.
    

See this hook used in plugins: