= 0) && is_numeric($input) ) return $input; else return ''; } function amora_sanitize_category( $input ) { if ( term_exists(get_cat_name( $input ), 'category') ) return $input; else return ''; }