| Server IP : 54.36.91.62 / Your IP : 216.73.216.15 Web Server : Apache System : Linux webm021.cluster127.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 : uxhactp ( 169076) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/u/x/h/uxhactp/www/wp-content/plugins/imagify/views/ |
Upload File : |
<?php defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' ); $this->print_template( 'notice-header', array( 'title' => __( 'Your API key isn\'t valid!', 'imagify' ), 'classes' => array( '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', array( 'dismissible' => 'wrong-api-key', ) );