Changes between Initial Version and Version 1 of Ticket #53178
- Timestamp:
- 05/11/2021 12:51:37 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53178
-
Property
Status
changed from
newtoclosed -
Property
Resolution
changed from
toduplicate -
Property
Milestone
changed from
Awaiting Reviewto
-
Property
Status
changed from
-
Ticket #53178 – Description
initial v1 4 4 {{{#!php 5 5 <?php 6 // validate the data before it is inserted into the database 6 7 do_action( 'wp_insert_post_data_validation', $post); 7 8 }}}