You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( version_compare( $plugin_version, $pro_min_version, '<' ) ) {
1688
-
echo'<div class="notice notice-success is-dismissible"><p>' . esc_html__( 'CBX Petition Pro Addon current version is not compatible with the latest Petition core plugin. Please update CBX Petition Pro Addon to version 2.0.0 or later - Codeboxr Team', 'cbxpetition' ) . '</p></div>';
1689
-
}
1690
-
} else {
1677
+
if (!defined( 'CBXPETITIONPROADDON_PLUGIN_NAME' ) ) {
1691
1678
/* translators: %s: Plugin Link */
1692
1679
$message = sprintf( __( 'CBX Petition Pro Addon has frontend petition submission features and more extra features, <a target="_blank" href="%s">try it</a> - Codeboxr Team', 'cbxpetition' ), esc_url( 'https://codeboxr.com/product/cbx-petition-for-wordpress/' ) );
0 commit comments