From b4c6247778122bcd499d7f998b87594305d89ce2 Mon Sep 17 00:00:00 2001 From: Kevin Cristiano <kcristiano@kcristiano.com> Date: Fri, 16 Feb 2024 12:55:29 -0500 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a5516d..384ac94 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ See https://www.advancedcustomfields.com/blog/acf-6-2-5-security-release/ - We can test early by applying a filter - We can disable the filtering for trusted fields via a filter -This plugin will enable the chanmges before they are released via `add_filter( 'acf/the_field/escape_html_optin', '__return_true' );` +This plugin will enable the changes before they are released via `add_filter( 'acf/the_field/escape_html_optin', '__return_true' );` This is done to see what will occur on sites. -If we have trusted content that we don not want ACF to filter, we can exclude by filtering one field or shortcode at a time. \ No newline at end of file +If we have trusted content that we do not want ACF to filter, we can exclude by filtering one field or shortcode at a time. -- GitLab