[ Web Proxy ]
URL:
Viewing: https://developer.wordpress.org/block-editor/reference-guides/slotfills/plugin-post-status-info/ [Back]  [Original]

PluginPostStatusInfo Block Editor Handbook | Developer.WordPress.org Skip to content
WordPress.org

PluginPostStatusInfo

In this article

Table of Contents

This slots allows for the insertion of items in the Summary panel of the document sidebar.

Example

import { registerPlugin } from '@wordpress/plugins';
import { PluginPostStatusInfo } from '@wordpress/editor';

const PluginPostStatusInfoTest = () => (
    <PluginPostStatusInfo>
        <p>Post Status Info SlotFill</p>
    </PluginPostStatusInfo>
);

registerPlugin( 'post-status-info-test', { render: PluginPostStatusInfoTest } );

Location

Location in the Summary panel [Location in the Summary panel]

Chapters

Chapter list

Web Proxy Viewer  |  New URL  |  Original Page