This page provides code snippets demonstrating how to use action and filter hooks in Greyd.Suite. The examples complement the hook reference and illustrate practical ways to extend or adapt functionality beyond what is described in the user-facing documentation.
Conditional Content Custom Filter
The Conditional Content feature supports custom conditions that can be defined by other plugins or child themes. This allows developers to extend the available logic beyond the built-in options by registering their own evaluation methods. Options When selecting the condition type in the Conditional Content settings, the following options are available: Default (greyd_conditional_content_filter) – Uses […]