update
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user