Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57147


Ignore:
Timestamp:
11/18/2022 03:15:37 PM (2 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57147 – Description

    initial v1  
    11Following the 6.1 update my custom post type feature is no longer retrieving the meta data for the saved post in the WordPress dashboard area. It only stores the title and does not save/retrieve any custom field data. Here are the opening lines from each key part:
    2 
     2{{{
    33***
    44register_post_type( 'cal_loans',
     
    2020
    2121***
    22 
     22}}}
    2323This was working previously up to 6.0.3