Double meta showing - Jibo CP theme
Hi,
I try to fix the issue using the following method, have insered into Jibo child theme functions.php BUT it still doesn't work. Instead the folowing code was displayed on the header of every page.
remove_action( 'init', 'acf_unhook_appthemes_functions' );
remove_action( 'appthemes_before_loop', 'acf_get_loop_fields' );
remove_action( 'appthemes_after_post_content', 'acf_ad_loop_bottom' );
remove_action( 'appthemes_after_post_title', 'acf_ad_loop_meta_top' );
Please help
thanks