🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 17:49:04 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
easy-accordion-free
/
src
/
admin
/
pages
/
setup
📍 /home/eliteewa/public_html/wp-content/plugins/easy-accordion-free/src/admin/pages/setup
🔄 Refresh
✏️
Editing: index.js
Writable
import { __ } from "@wordpress/i18n"; import BlockVisibility from "../blockVisibility"; const BlocksSetup = () => { return ( <div className="sp-eap-setup-blocks-page"> <div className="sp-eap-setup-blocks-page-header sp-d-flex sp-align-center sp-justify-between sp-gap-10px sp-flex-col"> <h3 className="sp-eap-setup-page-title">{__("Enable the Blocks You Need", "easy-accordion-free")}</h3> <p className="sp-eap-setup-page-desc"> {__( "Turn on the blocks that match your workflow. You can update your selection anytime.", "easy-accordion-free" )} </p> </div> <BlockVisibility showHeading={false} /> </div> ); }; export default BlocksSetup;
💾 Save Changes
❌ Cancel