Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified

Plugin Sections

This component is used to display the sections for a plugin as returned from the WP.org plugins API. If a plugin does not have any sections, this component will return null.

How to use

import PluginSections from 'calypso/my-sites/plugins/plugin-sections';

function render() {
    return <PluginSections plugin={ plugin } />;
}

Props

  • plugin : (object) A plugin object.