wpseek.com
A WordPress-centric search engine for devs and theme authors



_relocate_children › WordPress Function

Since2.3.0
Deprecated3.9.0
_relocate_children ( $old_ID, $new_ID )
Access:
  • private
Parameters: (2)
  • (int) $old_ID
    Required: Yes
  • (int) $new_ID
    Required: Yes
Defined at:
Codex:

This was once used to move child posts to a new parent.



Source

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