Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53178


Ignore:
Timestamp:
05/11/2021 12:51:37 PM (5 years ago)
Author:
SergeyBiryukov
Comment:

Hi there, welcome to WordPress Trac!

Thanks for the ticket, we're already tracking this enhancement in #15230.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53178

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Milestone changed from Awaiting Review to
  • Ticket #53178 – Description

    initial v1  
    44{{{#!php
    55<?php
     6// validate the data before it is inserted into the database
    67do_action( 'wp_insert_post_data_validation', $post);
    78}}}