acf_the_content

acf_the_content

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

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

apply_filters('acf_the_content') is found 1 times:

  • /includes/fields/class-acf-field-wysiwyg.php line 405
    			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
    

See this hook used in plugins: