Registre -se meta de barra lateral no WordPress
register_post_meta( 'post', 'sidebar_plugin_meta_block_field', array(
'show_in_rest' => true,
'single' => true,
'type' => 'string',
) );
Outrageous Ostrich