This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Conditional_Headers::encode_decode_custom_html( array $theme_mods, boolean $encode = false )
Utility function to html encode decode custom html value.
Parameters
- $theme_mods
-
(Required) A list of theme mods.
- $encode
-
(Optional) A flag to specify if encode or decode is required.
Default value: false
Return
(array)
Source
File: includes/modules/header_footer_grid/customizer/conditional_headers.php
Expand full source code Collapse full source code View on Github