📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 13:35:41
📂
/ (Root)
/
home
/
xeqi7597
/
cds.claireduwig.com
/
wp-content
/
plugins
/
generateblocks
/
src
/
blocks
/
query
/
components
📍 /home/xeqi7597/cds.claireduwig.com/wp-content/plugins/generateblocks/src/blocks/query/components
🔄 Refresh
✏️
Editing: AddQueryParameterButton.jsx
Writable
import { Button } from '@wordpress/components'; import { __ } from '@wordpress/i18n'; export function AddQueryParameterButton( props ) { return ( <div style={ { marginBottom: '1.33em' } }> <Button isPrimary text={ __( 'Add Parameter', 'generateblocks' ) } { ...props } /> </div> ); }
💾 Save Changes
❌ Cancel