Search tips
  • #8592 (Private Pages not listed in the Parent dropdown) – WordPress Trac
    function admin_private_parent_metabox($output) { global $post; $args = array( 'post_type' => $post->post_type, 'exclude_tree' => $post->ID, 'selected' => $post->post_parent, 'name' => 'parent_id', 'show_option_none' => __('(no parent)'), 'sort_column' => 'menu_order, post_title', 'echo' => 0, 'post_status' => array('publish', 'private'), ); $defaults = array( 'depth' => 0, 'child_of' => 0, 'selected' => 0, 'echo' => 1, 'name' => 'page_id', 'id' => '', 'show_option_none' => '', 'show_option_no_change' => '', 'option_none_value' => '', ); $r = wp_parse_args($args, $defaults); extract($r, EXTR_SKIP); $pages = get_pages($r); $name = esc_attr($name); // Back-compat with old system w
    in Public bookmarks with child children page private sub wordpress


children from all users