wp_kses_post() | Function
Description Parameters Return Source Related Uses Used By Changelog User Contributed NotesPost content refers to the page contents of the ‘post’ type and not $_POST data from forms.This function expects unslashed data.Top ↑$data (string) (Required) Post content to filter. Top ↑(string) Filtered post content with allowed HTML tags and attributes intact.Top ↑ File: wp-includes/kses.php function…