Skip to content
Select theme
Get Started

Options Page Builder

Summarize with AI

Options Page Builder Custom settings screens with toggle, link, gallery, repeater, and 20 field types-ideal for theme options or client handoff.

Custom settings screens with toggle, link, gallery, repeater, and 20 field types-ideal for theme options or client handoff.

  • Managed from a dedicated admin page under WP PowerSuite.
  • Export All.
  • Add New Page.
  • No options pages yet.

Enable it if:

  • You specifically need: Custom settings screens with toggle, link, gallery, repeater, and 20 field types-ideal for theme options or client handoff.
  • You want this Content feature without installing a separate plugin for it.

Options Page Builder has a dedicated admin page under WP PowerSuite. Enable the module, then open that page to configure it.

  1. Go to WP PowerSuite -> Modules.
  2. Open Content or search for “Options Page Builder”.
  3. Toggle Options Page Builder on.
  4. Confirm WP PowerSuite Pro is installed and your license is active.
  5. Open the module settings / admin page and save.

Toggle it off anytime to stop this module from loading.

  • Confirm Options Page Builder is enabled under WP PowerSuite -> Modules -> Content.
  • Use the feature this module controls (the admin UI, front-end behavior, upload, login flow, etc.).
  • ✅ Pass: you see the module-specific behavior described above.
  • ❌ Fail: re-check this module’s settings and Pro install/license, then look for another plugin doing the same job.
  • No change after enabling. Confirm the toggle is on, hard-refresh, and review this module’s settings.
  • Conflicts. Temporarily disable other plugins that implement the same feature.
  • Locked / inactive. Install WP PowerSuite Pro beside the free plugin and activate your license.
  • Unexpected side effect. Toggle Options Page Builder off to revert, then re-enable with adjusted settings.

Prefer the command line? You can turn this module on or off with WP-CLI instead of the dashboard:

Terminal window
# Turn the module on
wp powersuite module enable options-page-builder
# Turn the module off
wp powersuite module disable options-page-builder
# Check whether it is on, its category, and where its settings live
wp powersuite module get options-page-builder

Managing more than one site? Add --url=https://example.com to point a command at one site. If this is a Pro module, install WP PowerSuite Pro and activate your license first. New to WP-CLI? See the full command guide.

What does Options Page Builder do?

Custom settings screens with toggle, link, gallery, repeater, and 20 field types-ideal for theme options or client handoff.

Is Options Page Builder included in WP PowerSuite Pro?

Yes. Options Page Builder ships in the WP PowerSuite Pro add-on. Install Pro beside the free plugin and activate your license.

Where do I manage Options Page Builder?

After enabling it, open its dedicated page under WP PowerSuite.

How do I turn Options Page Builder off?

Go to WP PowerSuite -> Modules, find Options Page Builder, and toggle it off.

Developer notes (hooks & filters)

Source: modules/options-page-builder/admin.php, modules/options-page-builder/edit.php, modules/options-page-builder/includes/field-config.php, modules/options-page-builder/includes/helpers.php, modules/options-page-builder/integrations/beaver-themer.php, modules/options-page-builder/integrations/bricks.php, modules/options-page-builder/integrations/content-tags.php, modules/options-page-builder/integrations/divi.php. Boot: admin · context: admin, ajax, frontend, rest.

Hooks (non-exhaustive): fl_page_data_add_properties, bricks/dynamic_tags_list, bricks/dynamic_data/render_tag, bricks/dynamic_data/render_content, bricks/frontend/render_data, init, the_content, widget_text_content, widget_block_content, et_builder_custom_dynamic_content_fields, et_builder_dynamic_content_meta_value, elementor/dynamic_tags/register, elementor/loaded, enqueue_block_editor_assets.