Can’t activate module: Single Meta
-
Hi,
I try to activate the module: Single Meta by adding the code below to my theme functions. But the
'acfe/modules/single_meta'
in the ACFE settings page keeps showingfalse
.add_action('acf/init', 'my_acfe_modules'); function my_acfe_modules(){ // Enable Single Meta Save acfe_update_setting('modules/single_meta', true); // tried this too: acfe_update_setting('acfe/modules/single_meta', true); }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Can’t activate module: Single Meta’ is closed to new replies.