if($_GET['text']) {
$cat_args = array(
'orderby' => 'term_id',
'order' => 'ASC',
'hide_empty' => true,
);
$terms = get_terms(array('taxonomy' => 'am_type','hide_empty' => false, 'parent' => 0 ));
print_r($terms);
$args = array(
'public' => true,
'_builtin' => false
);
$output = 'names'; // or objects
$operator = 'or'; // 'and' or 'or'
$taxonomies = get_taxonomies( $args, $output, $operator );
print_r($taxonomies);
}
https://cityoftrentontx.problemsolversites.lightningbasehosted.com/?text=wew
On top of the page it shows invalid results.