PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 3.8
WpStream – Live Streaming, Video on Demand, Pay Per View v3.8
4.14.1 4.14.0 4.13.2 4.13.1 4.13 4.12.5 4.12.4 4.12.3 4.12.2 4.12.1 4.12 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5 4.5.1 4.5.11 4.5.11.1 4.5.11.2 4.5.11.4 4.5.11.5 4.5.11.6 All 181 releases
← All changes | uninstall.php +0 -6 4.13.23.8 View file →
@@ -25,13 +25,7 @@
25 25 * @package Wpstream
26 26 */
27 27
28 28 // If uninstall not called from WordPress, then exit.
29 -// WP_UNINSTALL_PLUGIN is only defined when WordPress runs this file through the
30 -// official uninstall routine; its absence means the file was reached directly
31 -// (e.g. a direct HTTP request), so we abort to prevent arbitrary execution.
32 29 if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
33 - // Not a legitimate uninstall context — stop immediately.
34 30 exit;
35 31 }
36 -// NOTE: No cleanup logic is implemented below; uninstalling the plugin performs
37 -// no data removal at this time (this remains the boilerplate skeleton).