Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
WPML - desynchronize posts
IchBinsIstDochKlar
May 31st, 2013
1,637
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
<?php
include
(
'wp-load.php'
)
;
global
$wpdb
;
$sql
=
"DELETE FROM
{$wpdb->postmeta}
WHERE meta_key = '_icl_lang_duplicate_of'"
;
$wpdb
->
query
(
$sql
)
;
echo
'DONE'
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
BinaryNinja 5.1.8005 (Jul 25, 2025)
JSON | 11 min ago | 1.92 KB
✅ MAKE $12OO IN 10 MIN M
JavaScript | 15 min ago | 0.08 KB
Homework46
C# | 20 min ago | 9.61 KB
считывание вектора
C++ | 22 min ago | 0.64 KB
проверка на двудольность
C++ | 23 min ago | 1.08 KB
fw-mt
Bash | 25 min ago | 1.36 KB
Untitled
JSON | 28 min ago | 40.16 KB
Green Hell VR Large Planter Box
XML | 1 hour ago | 0.13 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!