All Docs Articles

User Management

The User Management feature adds an interface to manage users, roles, login links, and system emails in WordPress. It builds on the existing WordPress core mechanisms for user, role, and capability management and extends them with an enhanced UI and additional options. This feature is only available with the Growth and Scale subscriptions. Once activated […]

read more

Classic Theme Converter

The Classic Theme Converter helps you transition your site from the legacy Greyd.Suite theme setup to the new Full Site Editing (FSE) features introduced with the Greyd Theme. This feature only becomes available if your site previously used the Classic Greyd.Suite Theme and was later switched to the new “Greyd Theme”. In that case, you […]

read more

Admin Search & Replace

The Admin Search & Replace feature allows you to update internal references to posts or terms across your entire WordPress site. It is especially useful when working with dynamic content, such as Dynamic Templates or Forms, that reference other posts or taxonomies by ID. Operation modes Once the feature is activated via Greyd.Suite → Features, […]

read more

Accessibility

The Accessibility feature can be enabled or disabled via the Features page in the Greyd Plugin. When activated, it adds an additional setting to the general plugin options that controls how image alt text is handled across the site. By default, when no alt text is explicitly set, WordPress may attempt to generate a description […]

read more

Theme Adaptor

The Theme Adaptor ensures consistent styling for essential UI components like buttons, form fields, tabs, and accordions — even when the Greyd Theme is not active. It allows you to maintain the Greyd design system across any theme without additional configuration. This feature is especially useful for developers who want to retain a unified design […]

read more

Trigger Filters

The Trigger feature in the Greyd Plugin comes with some extra hooks to modify the rendering of the trigger. It’s also possible to manually add the functionality for a Trigger Event to other HTML elements, see the Manual Trigger Events documentation. greyd_get_trigger_attributes PHPCopy/** * This filter can be used to modifiy the trigger attributes before […]

read more

Pop-ups

Pop-ups in the Greyd Plugin are a flexible way to draw attention to specific content or actions across your entire website. Whether you want to promote a newsletter, highlight a limited-time offer, or inform users about something important, pop-ups help you surface that content without changing the structure of your individual pages. These overlays can […]

read more

Trigger

The Trigger feature in the Greyd Plugin lets you define what happens when a user interacts with a block or text element on your website. You can assign links, scroll effects, downloads, popups, or even custom JavaScript triggers — all directly from the editor. Although it appears as one feature, it consists of two distinct […]

read more

Dynamic Tags

Dynamic Tags are a concept originating from the Dynamic Templates feature. They serve as placeholders for content elements such as headings, words, entire text blocks, or even images. Instead of adding final content while editing a post, you insert placeholders. These placeholders — now called Dynamic Tags — are replaced during rendering with the appropriate […]

read more

ACF Integration Filters

This page lists all hooks available for the ACF Integration in the Greyd Plugin. For examples of how some of these hooks are used, view the how to customize the output of ACF Dynamic Tags article. Dynamic Tag Support greyd_acf_render_field_object PHP/** * Filter the HTML content of an ACF field object based on its type […]

read more