• Resolved salar2016

    (@salar2016)


    i want to add new meta box for update post published to current time !
    when click on button published date in custom post type change time published to current now!
    my code something like this:
    ` $publish_date = current_time(‘mysql’);
    $my_post = array(
    ‘ID’ => $ID,
    ‘post_date’ => $publish_date,

    );

    wp_update_post( $my_post );

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘add button in meta box for quick update post’ is closed to new replies.