From 1695c5383770f338571c6f27f1f3980fb19298e0 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Sun, 15 Jan 2023 15:23:07 +0100 Subject: [PATCH] mended coding char error that produced a wp-login cache token blocked --- ...m-field-ajuts-filter-function-frontend.php | 70 +++++++++---------- 1 file changed, 34 insertions(+), 36 deletions(-) diff --git a/includes/custom-field-ajuts-filter-function-frontend.php b/includes/custom-field-ajuts-filter-function-frontend.php index b0a00e1..7f26758 100644 --- a/includes/custom-field-ajuts-filter-function-frontend.php +++ b/includes/custom-field-ajuts-filter-function-frontend.php @@ -18,9 +18,8 @@ * @package Oficina_de_Suport_theme */ ?> - -
@@ -31,76 +30,76 @@ if( ! function_exists( 'ofisuport_ajuts_filters_form' ) ){ ?>
- + $fieldname ) { - + // check for values in url and get value if available if( isset($_GET[ $fieldname ]) ) { - + $filteredvalues['value'] = explode(',', $_GET[ $fieldname ]); - }; - //end check for values in url - + }; + //end check for values in url + // construct the checkboxes if( $fieldname == $fields['name']) { -?> - +?> +
$choicelabel ) { ?> - +
value="" />
- + - +
- + - + - +

';?>

enviar

- + - +
- + - -