This commit is contained in:
2026-03-11 15:57:27 +01:00
parent 481271c972
commit b4b460fd21
10775 changed files with 2071579 additions and 26409 deletions

View File

@@ -7,11 +7,11 @@
if ( ! defined( 'ABSPATH' ) ) {
exit; // Don't access directly.
};
}
add_action(
'plugins_loaded',
function() {
function () {
if ( class_exists( 'custom_field_template' ) ) {
PLL_Integrations::instance()->cft = new PLL_Cft();
PLL_Integrations::instance()->cft->init();