_relocate_children [ WordPress Function ]
_relocate_children ( $old_ID, $new_ID )
| Access: |
|
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: get_children, _get_term_children, get_category_children, get_page_children, get_term_children
Move child posts to a new parent.
Source
<?php
function _relocate_children( $old_ID, $new_ID ) {
global $wpdb;
$old_ID = (int) $old_ID;
$new_ID = (int) $new_ID;
$children = $wpdb->get_col( $wpdb->prepare("
SELECT post_id
FROM $wpdb->postmeta
WHERE meta_key = '_wp_attachment_temp_parent'
AND meta_value = %d", $old_ID) );
foreach ( $children as $child_id ) {
$wpdb->update($wpdb->posts, array('post_parent' => $new_ID), array('ID' => $child_id) );
delete_post_meta($child_id, '_wp_attachment_temp_parent');
}
}
?>
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- _relocate_children() WordPress function reference, arguments and ...
Source. function _relocate_children( $old_ID, $new_ID ) { global $wpdb; $old_ID = (int) $old_ID; $new_ID = (int) $new_ID; $children = $wpdb->get_col( ...
queryposts.com - Denver Martial Law Drill: Relocate Children to Stadiums - YouTube
Sep 23, 2011 ... Infowars investigation of Homeland Security terror drill Operation Mountain Guardian in Denver.
www.youtube.com - Court refuses application to relocate children from Northern Ireland ...
Apr 23, 2012 ... S L v. R G NIFam 1 (High Court of Northern Ireland, Weir J, 2 February 2012) Northern Irish High Court dismisses appeal from County Court, ...
www.staredecisishibernia.com - Ex-Wife refused permission to relocate children to Canada | Hanne ...
Ex-Wife refused permission to relocate children to Canada. Wednesday, July 20th, 2011. On 18 May 2011 Judges in the Court of Appeal case of MK v CK ...
www.hanne.co.uk