This was once used to move child posts to a new parent.
Parameters
$old_IDintrequired$new_IDintrequired
Source
function _relocate_children( $old_ID, $new_ID ) {
_deprecated_function( __FUNCTION__, '3.9.0' );
}
This function has been deprecated since 3.9.0.
This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only by core. It is listed here for completeness.
This was once used to move child posts to a new parent.
$old_IDintrequired$new_IDintrequiredfunction _relocate_children( $old_ID, $new_ID ) {
_deprecated_function( __FUNCTION__, '3.9.0' );
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.