LearnPress that need to be deactivated. Please upgrade them to the newest version to ensure stability and performance of your site.', 'learnpress' ), LEARNPRESS_VERSION ); ?>

' . join( ', ', $plugin_names ) . ''; ?>.

$base_name, 'path' => $file, ); if ( preg_match( '!learnpress-(.*)/learnpress.php!', $base_name ) ) { $invalid_slug = $base_name; break; } } } if ( sizeof( $invalid_plugins ) ) { // Re-update update_option( 'active_plugins', $active_plugins ); if ( $invalid_slug ) { wp_die( sprintf( __( 'LearnPress plugin slug should be %1$s to make sure it works properly. Currently, it is %2$s. Please correct it\'s name and active again. Back', 'learnpress' ), 'learnpress/learnpress.php', $invalid_slug, admin_url( 'plugins.php' ) ) ); } set_transient( 'lp-deactivated-addons', $invalid_plugins ); wp_redirect( esc_url_raw( remove_query_arg( 'activate' ) ) ); exit(); } } } new LP_Backward_Addons();