%2$s
', $class, $message );
}
/**
* Admin notice if Analytify not activated.
*
* @since 1.0
*/
function wpa_cf7_track_active_analytify_free( ) {
$class = 'notice notice-error is-dismissible';
$message = __( 'Required: Activate Analytify Free to use "Analytify CF7 Forms Tracking" add-on.', 'analytify-google-analytics-contact-form-7-tracking' );
printf( '', $class, $message );
}
/**
* Admin notice if Contact Form 7 not installed.
*
* @since 1.2
*/
function wpa_cf7_track_install_cf7( ) {
$class = 'notice notice-error is-dismissible';
$message = __( 'Required: Install Contact Form 7 to use "Analytify CF7 Forms Tracking" add-on.', 'analytify-google-analytics-contact-form-7-tracking' );
printf( '', $class, $message );
}
/**
* Admin notice if Contact Form 7 not activated.
*
* @since 1.0
*/
function wpa_cf7_track_active_cf7( ) {
$class = 'notice notice-error is-dismissible';
$message = __( 'Required: Activate Contact Form 7 to use "Analytify CF7 Forms Tracking" add-on.', 'analytify-google-analytics-contact-form-7-tracking' );
printf( '', $class, $message );
}
?>