Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55996, comment 3


Ignore:
Timestamp:
06/17/2022 10:00:22 AM (22 months ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55996, comment 3

    initial v1  
    77$content = apply_filters( 'the_content', $content );
    88}}}
    9 Has there been any discussion in Gutenberg on why that approach was not chosen here, and the functions are called directly instead? Is it be cause `the_content` may also include other callbacks that would not be expected here?
     9Has there been any discussion in Gutenberg on why that approach was not chosen here, and the functions are called directly instead? Is it because `the_content` may also include other callbacks that would not be expected here?