acf/allow_unfiltered_html
acf/allow_unfiltered_html
Appears in: advanced-custom-fields.6.0.7
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.0.7apply_filters('acf/allow_unfiltered_html') is found 1 times:
- /includes/acf-user-functions.php line 118
* @since 5.7.10 * * @param bool allow_unfiltered_html The result. */ return apply_filters( 'acf/allow_unfiltered_html', $allow_unfiltered_html ); }