WSP-56
This commit is contained in:
@@ -81,6 +81,10 @@ if ($obj['type'] == 'text') {
|
|||||||
wp_delete_attachment($attachmentExist);
|
wp_delete_attachment($attachmentExist);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($taxonomyTag && !empty($taxonomyTag)) {
|
||||||
|
wp_set_post_tags($post_ID, $taxonomyTag);
|
||||||
|
}
|
||||||
|
|
||||||
$wpdb->insert(
|
$wpdb->insert(
|
||||||
$wpdb->prefix . DB_TABLE_SYNC_POST, array(
|
$wpdb->prefix . DB_TABLE_SYNC_POST, array(
|
||||||
'post_id' => $post_ID,
|
'post_id' => $post_ID,
|
||||||
|
|||||||
Reference in New Issue
Block a user