apply_filters('wpstagerintegration_output_structured_data', true): bool
apply_filters('wpstagerintegration_output_structured_data', true): boolDescription
Filters whether to output structured data.
Allows users to disable the output of structured data by returning false.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$output | bool | Whether to output structured data. |
Returns:
bool Whether to output structured data.
Information
| File | class-event.php line 1743 |
|---|
Full Code
/**
* Filters whether to output structured data.
*
* Allows users to disable the output of structured data by returning <code>false</code>.
*
* @param bool $output Whether to output structured data.
*
* @return bool Whether to output structured data.
*/
$output = (bool) apply_filters( 'wpstagerintegration_output_structured_data', true )💡 If you ever get stuck or have a question, please check our FAQs, our Free Integration Service, our paid Full Integration Service, or reach out to us!

Get WP Stager Integration
🎁 Limited offer: Use code WELCOME26 to get your first month for free!

