wordpress-website-lifecycle/mu-plugins/polylang.php
Viktor Szépe d8007b0aff
Some checks failed
Back-end / Syntax errors (push) Has been cancelled
Integrity / Integrity (push) Has been cancelled
Spelling / 文A Typos check (push) Has been cancelled
Add polylang
2025-10-04 13:30:12 +00:00

20 lines
347 B
PHP

<?php
/*
* Plugin Name: Remove Polylang wizard
* Plugin URI: https://github.com/szepeviktor/wordpress-website-lifecycle
*/
add_action(
'plugins_loaded',
static function () {
class PLL_Wizard
{
public static function start_wizard($network_wide)
{
}
}
},
-1,
0
);