You appear to be a bot. Output may be restricted
Description
This was once used to move child posts to a new parent.
Usage
_relocate_children( $old_ID, $new_ID );
Parameters
- $old_ID
- ( int ) required –
- $new_ID
- ( int ) required –
Returns
void
Source
File name: wordpress/wp-admin/includes/deprecated.php
Lines:
1 to 3 of 3
function _relocate_children( $old_ID, $new_ID ) { _deprecated_function( _relocate_children, '3.9.0' ); }