Escape Options #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
FILE: includes/woo-out-of-office-options.php
Line Column Type Code Message Edit Link
136 83 ERROR WordPress.Security.EscapeOutput.OutputNotEscaped All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$woo_ooo_start_date'.
Learn more (opens in a new tab) View in code editor (opens in a new tab)
146 81 ERROR WordPress.Security.EscapeOutput.OutputNotEscaped All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$woo_ooo_end_date'.
Learn more (opens in a new tab) View in code editor (opens in a new tab)
156 78 ERROR WordPress.Security.EscapeOutput.OutputNotEscaped All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$woo_ooo_title'.
Learn more (opens in a new tab) View in code editor (opens in a new tab)
165 83 ERROR WordPress.Security.EscapeOutput.OutputNotEscaped All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$woo_ooo_message'.
Learn more (opens in a new tab) View in code editor (opens in a new tab)