# post-carousel/2.4.2/includes/class-smart-post-show-deactivator.php

Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog &amp; News, version 2.4.2. 36 lines.

- Page: https://pluginprobe.com/plugins/post-carousel/2.4.2/code/includes/class-smart-post-show-deactivator.php
- Raw: https://pluginprobe.com/plugins/post-carousel/2.4.2/raw/includes/class-smart-post-show-deactivator.php
- Modified: 2021-12-13T11:10:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/post-carousel/2.4.2/code/includes/class-smart-post-show-deactivator.php#L10-L20`.

```php
<?php
/**
 * Fired during plugin deactivation
 *
 * @link        https://smartpostshow.com/
 * @since      2.2.0
 *
 * @package    Smart_Post_Show
 * @subpackage Smart_Post_Show/includes
 */

/**
 * Fired during plugin deactivation.
 *
 * This class defines all code necessary to run during the plugin's deactivation.
 *
 * @since      2.2.0
 * @package    Smart_Post_Show
 * @subpackage Smart_Post_Show/includes
 * @author     ShapedPlugin <support@shapedplugin.com>
 */
class Smart_Post_Show_Deactivator {

	/**
	 * Short Description. (use period)
	 *
	 * Long Description.
	 *
	 * @since    2.0.0
	 */
	public static function deactivate() {

	}

}

```
