%s

', esc_html__( 'Hello (by ROBOTSTXT) requires PHP 7.0 or newer. The plugin stays inactive until PHP is updated.', 'robotstxt-hello' ) ); } define( 'ROBOTSTXT_HELLO_VERSION', '1.2.6' ); define( 'ROBOTSTXT_HELLO_FILE', __FILE__ ); require_once __DIR__ . '/includes/class-robotstxt-hello-plugin.php'; ( new Robotstxt_Hello_Plugin() )->register();