Gerardo Lopez Falcon
//hello world function function hell_world( $post_type_params ) { $post_type_params['hierarchical'] = true; if ( empty($post_type_params) ) { helper(); } return 'success'; }