| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www/wp-content/plugins/imagify/views/ |
Upload File : |
<?php defined( 'ABSPATH' ) || exit; $this->print_template( 'notice-header', [ 'title' => __( 'Your API key isn\'t valid!', 'imagify' ), 'classes' => [ 'error' ], ] ); ?> <p> <?php wp_nonce_field( 'imagify-signup', 'imagifysignupnonce', false ); ?> <?php printf( /* translators: 1 and 2 are link tag starts, 3 is a link tag end. */ __( 'Go to your Imagify account page to get your API Key and specify it on %1$syour settings%3$s or %2$screate an account for free%3$s if you don\'t have one yet.', 'imagify' ), '<a href="' . esc_url( get_imagify_admin_url() ) . '">', '<a id="imagify-signup" target="_blank" href="' . esc_url( imagify_get_external_url( 'register' ) ) . '">', '</a>' ); ?> </p> <?php $this->print_template( 'notice-footer', [ 'dismissible' => 'wrong-api-key', ] );