File "no-api-key.php"

Full Path: /home/attunedd/public_html/wp-content/plugins/convertkit/views/backend/post/no-api-key.php
File size: 751 bytes
MIME-type: text/x-php
Charset: utf-8

<?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>