<?php /** * Error notice * * @package Envato_Market * @since 2.0.1 */ ?> <div class="notice notice-error is-dismissible"> <p><?php esc_html_e( 'Failed to connect to the Envato API. Please try again and if the issue persists contact the hosting providier to ask: "Please un-block PHP connections from WordPress to api.envato.com".', 'envato-market' ); ?></p> </div>