HomePage › Forums › Traveler › Rentals on Map/ Tours Layout/ Tour Search › Reply To: Rentals on Map/ Tours Layout/ Tour Search
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