Advertisement
GochiSiyan

update all post author

May 3rd, 2021
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. add_action('wp_head',function () {
  2. global $wpdb, $table_prefix;
  3.  
  4. $query = "update {$table_prefix}posts set post_author = 0;";
  5. $wpdb->query($query);
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement