[wp-trac] [WordPress Trac] #61600: Import of scheduled posts
WordPress Trac
noreply at wordpress.org
Wed Feb 19 07:04:34 UTC 2025
#61600: Import of scheduled posts
--------------------------+------------------------------
Reporter: lejon | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version:
Severity: minor | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by oshodev):
Ensure Correct Post Import Code
{{{
$post_data = [
'post_title' => 'Your Title',
'post_content' => 'Your Content',
'post_status' => 'future', // Ensure this is set
'post_date' => '2025-02-20 10:00:00', // Future date
'post_author' => 1,
];
wp_insert_post($post_data);
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61600#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list