Data Validation issues have been found in your theme. All dynamic data must be correctly escaped for the context where it is rendered. - All dynamic data must be escaped with esc_attr() before rendered in an html attribute. - Whenever you are rendering a url to the screen its value must be passed through esc_url() first. - If dynamic data is rendered inside an attribute that triggers a JavaScript event, it must be escaped with esc_js().
i use redux as framework, they said that i need to fix some issues (checked with theme check plugin) like:
in redux venus/admin/ReduxCore/framework.php this line:include_once ‘core/dashboard.php’; with get_template_directory()
But this is redux, i need to change all this in framework? Is not better to let redux as it is?
It’s depend on what you want to use in this option. If only text strings then you need to use esc_html() . If you need to use html tags too, then you need to use wp_kses()
My friend, if you’re developer of WordPress theme, then you need to read articles provided by reviewer. You need to understand what and where you need to use by yourself.
No,
I’m Joomla developer , designer and for wp is on first theme. I know how to make wp themes, i made some, but for tf is hard because i need to make on highest standards.
theme is made on redux builder and underscore_ . I just add theme options, some customs but in php files you can find only _e( and like i sent. are not escaping