This was once used to move child posts to a new parent.
Parameters
$old_ID
intrequired$new_ID
intrequired
Source
function _relocate_children( $old_ID, $new_ID ) {
_deprecated_function( __FUNCTION__, '3.9.0' );
}
This function has been deprecated.
This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
This was once used to move child posts to a new parent.
$old_ID
intrequired$new_ID
intrequiredfunction _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.