acf/allow_unfiltered_html

acf/allow_unfiltered_html

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.0.7

apply_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 );
    }