I'm trying to show acf just below Gutenberg editor, on my a custom post type, but nothing shows up, and there is no option to show the fields on my screen preferences. I using the latest verssion of acf pro and wordpress (6.7.2). I tryed many things from other foruns, but looks like wordpress has messed up something since the last update. I tryed this code without any success.
add_filter('acf/settings/remove_wp_meta_box', '__return_false', 20);
function my_acf_init() {
acf_update_setting('remove_wp_meta_box', false);
}
add_action('acf/init', 'my_acf_init');
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744802250a4594563.html
评论列表(0条)