_relocate_children( int $old_ID, int $new_ID )

In this article

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.

Parameters

$old_IDintrequired
$new_IDintrequired

Source

function _relocate_children( $old_ID, $new_ID ) {
	_deprecated_function( __FUNCTION__, '3.9.0' );
}

Changelog

VersionDescription
3.9.0Deprecated.
2.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.