All pastes #2046041 Raw Edit

Something

public text v1 · immutable
#2046041 ·published 2011-04-13 15:29 UTC
rendered paste body
       $args2 = array   (
                        'parent'    => 913,
                        'hide_empty'    => 0,
                        );
    $cats2 = get_categories( $args2 );
    echo "<pre>";
        print_r( $cats2);
    echo"</pre>";

Array
(
)