diff --git a/includes/admin/class-rop-admin.php b/includes/admin/class-rop-admin.php index 9f947d089..1b1097926 100644 --- a/includes/admin/class-rop-admin.php +++ b/includes/admin/class-rop-admin.php @@ -1268,8 +1268,8 @@ public function check_cron_status() { * @access public */ public function rop_wp_cron_notice() { - //TODO - we need to rework this as the constant is not saying that cron is not working only that the default scheduling is, the user can still use server cron instead. - return; + // TODO - we need to rework this as the constant is not saying that cron is not working only that the default scheduling is, the user can still use server cron instead. + return; if ( ! defined( 'DISABLE_WP_CRON' ) ) { return; } diff --git a/includes/class-rop.php b/includes/class-rop.php index 9eff990a1..2a8500b7e 100644 --- a/includes/class-rop.php +++ b/includes/class-rop.php @@ -136,7 +136,6 @@ private function define_admin_hooks() { $this->loader->add_action( 'admin_notices', $plugin_admin, 'rop_cron_event_status_notice' ); $this->loader->add_action( 'admin_notices', $plugin_admin_notices, 'rop_revive_network_nag_delayed' ); - $this->loader->add_action( 'admin_init', $plugin_admin, 'rop_dismiss_linkedin_api_v2_notice' ); $this->loader->add_action( 'admin_notices', $plugin_admin, 'rop_linkedin_api_v2_notice' ); $this->loader->add_action( 'admin_notices', $plugin_admin, 'bitly_shortener_upgrade_notice' );