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.4.0.1

apply_filters('acf_the_content') is found 1 times:

  • /includes/fields/class-acf-field-wysiwyg.php line 401
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    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: