HomePage › Forums › Traveler › In Every loading,partners.api.skyscanner.net: failed to open stream PHP Warning › Reply To: In Every loading,partners.api.skyscanner.net: failed to open stream PHP Warning
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