acf_the_content, $value
acf_the_content, $value
Appears in: advanced-custom-fields.6.8.6
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.8.6apply_filters('acf_the_content, $value') is found 1 times:
- /includes/fields/class-acf-field-wysiwyg.php line 410
if ( $escape_html ) { add_filter( 'acf_the_content', 'acf_esc_html', 1 ); } $value = apply_filters( 'acf_the_content', $value ); if ( $escape_html ) { remove_filter( 'acf_the_content', 'acf_esc_html', 1 ); } // Follow the_content function in /wp-includes/post-template.php