??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/pgtankstorage.sg/wp-content/plugins/polylang/src/install/abstract-deactivate.php
⬅ Kembali
<?php
/**
* @package Polylang
*
* /!\ THE CONSTANTS `POLYLANG_BASENAME` AND `POLYLANG_VERSION` MUST BE DEFINED.
*/
/**
* A generic deactivation class compatible with multisite.
*
* @since 3.8
*/
abstract class PLL_Abstract_Deactivate extends PLL_Abstract_Activable {
/**
* Adds the required hooks.
*
* @since 3.8
*
* @return void
*/
public static function add_hooks(): void {
register_deactivation_hook( static::get_plugin_basename(), array( static::class, 'do_for_all_blogs' ) );
}
/**
* Detects plugin deactivation.
*
* @since 1.7
* @since 3.8 Moved from the class `PLL_Install_Base`.
*
* @return bool True if the plugin is currently being deactivated.
*/
public static function is_deactivation(): bool {
return isset( $_GET['action'], $_GET['plugin'] ) && 'deactivate' === $_GET['action'] && static::get_plugin_basename() === $_GET['plugin']; // phpcs:ignore WordPress.Security.NonceVerification
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 abstract-activable.php
php
1.7 KB
2026-06-17 21:10
🐘 abstract-activate.php
php
1015 B
2026-06-17 21:10
🐘 abstract-deactivate.php
php
949 B
2026-06-17 21:10
🐘 activate.php
php
1.9 KB
2026-06-17 21:10
🐘 deactivate.php
php
629 B
2026-06-17 21:10
🐘 plugin-updater.php
php
21.5 KB
2026-06-17 21:10
🐘 t15s.php
php
5.9 KB
2026-06-17 21:10
🐘 upgrade.php
php
9.2 KB
2026-06-17 21:10
🐘 usable.php
php
3.1 KB
2026-06-17 21:10