mgd_move_page_element

(Midgard 1.4.2 'Bifrost')

mgd_move_page_element -- Move a page element

Description

bool mgd_move_page_element (int id, int root)

Minimum version: Midgard 1.4 (Bifrost)

Move the page element with id id to a new location under page with id root.

Returns TRUE if successful. Returns FALSE on failure.


<?php
  $move = mgd_move_page_element(13,17);
?>