Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

move post to draft php wordpress

$post = array( 'ID' => $post_id, 'post_status' => $status );
wp_update_post($post);
Source by wordpress.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #move #post #draft #php #wordpress
ADD COMMENT
Topic
Name
2+3 =