Error Warning: Cannot modify header information
-
Buenas tardes, estoy teniendo el siguiente problema.
En mi tienda online, he introducido la siguiente línea en el functions.php para eliminar el típico mensaje de “se ha a?adido al carrito X producto”
La línea es la siguiente:
/* Quitar mensaje de “Producto X se ha a?adido a tu carrito” */
add_filter( ‘wc_add_to_cart_message_html’, ‘__return_null()’ );
El problema es que al a?adirlo,cuando a?ado un producto al carrito me saltan dos mensajes de error en la parte superior de la pagina:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘__return_null()’ not found or invalid function name in /home/customer/www/perlighting.com/public_html/wp-includes/class-wp-hook.php on line 289
y
Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/perlighting.com/public_html/wp-includes/class-wp-hook.php:289) in /home/customer/www/perlighting.com/public_html/wp-content/themes/generatepress/header.php on line 81
La cuestión es que he quitado la línea del functions.php y el primer mensaje ha desaparecido, pero ahora me sale otro mensaje distinto a los anteriores que no se como arreglar y es el siguiente:
Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/perlighting.com/public_html/wp-content/themes/generatepress/header.php:12) in /home/customer/www/perlighting.com/public_html/wp-content/themes/generatepress/header.php on line 81
Agradecería cualquier ayuda, ya que me estoy volviendo loco.
The page I need help with: [log in to see the link]
- The topic ‘Error Warning: Cannot modify header information’ is closed to new replies.