---
title: Element parameters — Display Logic
audience: content
source: us-core 8.46
generated: 2026-05-27 by scripts/llms/build.php
---

<!--
  GENERATED FILE — do not edit directly.
  Generated from plugins/us-core/config/elements_conditional_options.php by
  scripts/llms/generators/common-params.php.
  Rebuild:  php scripts/llms/build.php --wp-load=… --only=common-params
  Direct edits here will be lost on the next regeneration.
-->

# Element parameters — Display Logic

> Conditional-rendering parameters that decide whether an element is output on a given request (logged-in state, user role, device, custom field values, etc.).

**Source**: [plugins/us-core/config/elements_conditional_options.php](../config/elements_conditional_options.php)

**Applies to**: most us-core shortcodes. See per-shortcode entries in [shortcodes.md](shortcodes.md) for the few elements that opt out.

## Parameters

| Name | Type | Default | Responsive | Show if | Notes |
|------|------|---------|------------|---------|-------|
| `conditions_operator` | select | always | — | — | Display this Element |
| `conditions` | group | [] | — | `conditions_operator` != [`always`, `never`] | — |


**Options for `conditions_operator`:**

  - `always` — Always
  - `and` — If EVERY condition below is met
  - `or` — If ANY condition below is met
  - `never` — Never
