wp_elementor_set_template_conditions
Set display conditions for an Elementor Theme Builder template to control its visibility, like showing on all pages or a specific page.
Instructions
Replace all display conditions on an Elementor Theme Builder template. Use 'include/general' to show on all pages, 'include/singular/page/43' for a specific page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conditions | Yes | Condition strings e.g. ['include/general'] or ['include/singular/page/43'] | |
| template_id | Yes | Template ID from wp_elementor_list_theme_templates |