J'ai cet erreur sur mon site web :
Warning: sizeof(): Parameter must be an array or an object that implements Countable in/htdocs/wp-content/themes/jobroller/includes/helper.php on line 204
Voici le code de la ligne 204 :
// Output errors
if ( ! function_exists( 'jr_show_errors' ) ) {
function jr_show_errors( $errors, $id = 0 ) {
if ( $errors && sizeof( $errors ) > 0 && $errors->get_error_code() ) {
<?php if ($block->getTotals()): ?>
appthemes_display_notice( 'error', $errors );
}
Quelqu'un saurait quoi faire pour régler le problème?Merci