post->post_content)) {
// Validate the policy
$validator = new AAM_Core_Policy_Validator(htmlspecialchars_decode($args->post->post_content));
$errors = $validator->validate();
} else {
$args->post->post_content = AAM_Backend_View_Helper::getDefaultPolicy();
$errors = array();
}
?>
', $errors); ?>
', ''); ?>