PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 8.5.74
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v8.5.74
9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 8.5.4 All 221 releases
wpvr / includes / class-wpvr-deactivator.php

class-wpvr-deactivator.php in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 8.5.74, at includes/class-wpvr-deactivator.php

34 lines 579 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Fired during plugin deactivation
4 *
5 * @link http://rextheme.com/
6 * @since 8.0.0
7 *
8 * @package Wpvr
9 * @subpackage Wpvr/includes
10 */
11
12 /**
13 * Fired during plugin deactivation.
14 *
15 * This class defines all code necessary to run during the plugin's deactivation.
16 *
17 * @since 8.0.0
18 * @package Wpvr
19 * @subpackage Wpvr/includes
20 * @author Rextheme <support@rextheme.com>
21 */
22 class Wpvr_Deactivator {
23
24 /**
25 * Short Description. (use period)
26 *
27 * Long Description.
28 *
29 * @since 8.0.0
30 */
31 public static function deactivate() {
32 }
33 }
34