Action & Filter Hooks

This page documents all action and filter hooks available in Greyd.Suite. It explains how these hooks can be used to modify or extend core functionality and complements the user-facing documentation by focusing on developer-level customization.

  • More in this section

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

Global Content Filters

The Greyd Global Content plugin integrates deeply with WordPress through a series of filter hooks. Filters allow you to intercept data, change it and pass it back to the plugin at strategic points in the workflow. By hooking into these filters you can customise how the plugin retrieves global posts, builds global IDs, manages distribution, […]

Read more

Greyd Forms Actions

This document lists all action hooks available in the Greyd Forms plugin. Hooks are organized by their role in the form lifecycle. Most hooks are triggered by the plugin itself during form handling. A few hooks are utility hooks that developers can call manually inside their own extensions to log, abort, or complete form processing. […]

Read more

Greyd Forms Filters

On this page, we’ve listed available filters for Greyd Forms. If you’re looking for filters specific to emails, see the Greyd Forms Mail Filter documentation. See the Greyd Forms Filter Snippets for examples how to use the filters. Form Validation Filters greyd_forms_expected_fields Filter to modify the expected form input fields before validation. This filter allows […]

Read more

Greyd Forms Mail Filters

If you’re looking for more filters related to Greyd Forms, see the Greyd Forms Filters documentation. Opt-in mail filters greyd_forms_optin_mail_to Filter to modify the recipient email address for the opt-in verification mail. This filter allows developers to customize the email address that receives the verification email, enabling dynamic recipient selection based on form data or […]

Read more

Post Export Filters

The post export feature of the Greyd Plugin allows administrators to export posts from any supported post type and later import them into another site. During the export and subsequent import the plugin exposes a series of WordPress filters that enable developers to intervene in the process. These filters let you adjust the query used […]

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

Last updated: