Advertisement
IchBinsIstDochKlar

WPML - desynchronize posts

May 31st, 2013
1,634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2. include('wp-load.php');
  3.  
  4. global $wpdb;
  5.  
  6. $sql = "DELETE FROM {$wpdb->postmeta} WHERE meta_key = '_icl_lang_duplicate_of'";
  7. $wpdb->query($sql);
  8.  
  9. echo 'DONE';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement