%PDF- %PDF-
Direktori : /home/eirtvhdf/cloudsslamllc.com/wp-content/plugins/jetpack/modules/search/customberg/ |
Current File : /home/eirtvhdf/cloudsslamllc.com/wp-content/plugins/jetpack/modules/search/customberg/index.jsx |
/** * External dependencies */ import React from 'react'; /** * WordPress dependencies */ import { render } from '@wordpress/element'; /** * Collapses wp-admin's sidebar menu for additional space. */ function collapseWpAdminSidebar() { document.body.classList.add( 'folded' ); } /** * Initializes the widgets screen * * @param {string} id - Id of the root element to render the screen. */ export function initialize( id ) { collapseWpAdminSidebar(); render( <div>Customberg is here!</div>, document.getElementById( id ) ); } global.jetpackSearchCustomizeInit = initialize;