HomePage › Forums › Traveler › inbox Chat massage error › Reply To: inbox Chat massage error
Hello
That is just warning message of php structure. Don’t worry, it does not effect on theme functions.
You can hide it by turn debug off.
define( 'WP_DEBUG', false );
@ini_set( 'display_errors', 0 );
The following code, inserted in your wp-config.php file.
Thanks