// Enable Yoast, Custom Permalink & ACF fields in REST API add_action('init', function() { foreach ([ '_yoast_wpseo_title', '_yoast_wpseo_metadesc', '_yoast_wpseo_focuskw', 'custom_permalink', 'menu_title' ] as $key) { register_post_meta('', $key, [ 'show_in_rest' => true, 'single' => true, 'type' => 'string', 'auth_callback' => function() { return current_user_can('edit_posts'); }, ]); } });
Subscribe to enter the waitlist