Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
public_html
/
wp-content
/
themes
/
astra
/
inc
/
metabox
/
extend-metabox
/
src
/
Editing: index.js
import { registerPlugin } from '@wordpress/plugins'; import MetaSettings from './settings'; if( astMetaParams.register_astra_metabox ) { registerPlugin( 'astra-theme-layout', { render: MetaSettings } ); }
Save
Cancel