Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #52038, comment 11


Ignore:
Timestamp:
12/22/2020 03:27:57 AM (4 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52038, comment 11

    initial v1  
    22If you use the custom post type after patching, you will still have symptoms.
    33Example:
     4{{{
    45$args = array(
    56     'label'                 => __( 'Post List', '' ),
     
    78      'supports'              => array( 'title','editor' ),
    89      'show_in_rest'          => true,  // Gutenberg Editor ON
     10}}}