Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
convertkit
/
views
/
backend
/
post
:
no-api-key.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */ ?> <?php /** * Outputs a message in the metabox when no API Key is defined. * * @package ConvertKit * @author ConvertKit */ ?> <p> <?php echo sprintf( /* translators: %1$s: Post Type Singular Name, %2$s: Link to Plugin Settings */ esc_html__( 'To configure the ConvertKit Form / Landing Page to display on this %1$s, enter your ConvertKit API credentials in the %2$s', 'convertkit' ), esc_attr( $post_type->labels->singular_name ), '<a href="' . esc_attr( convertkit_get_settings_link() ) . '">' . esc_html__( 'Plugin Settings', 'convertkit' ) . '</a>' ); ?> </p>