do_action('wpstagerintegration_event_without_data', array $event, array $component_args)
do_action('wpstagerintegration_event_without_data', array $event, array $component_args)Description
Fires if no event data is passed to the event card template.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$event | array | The raw Stager event data. |
$component_args | array | The component arguments. |
Returns:
void
Information
| File | event.php line 30 |
|---|
Full Code
/**
* Fires if no event data is passed to the event card template.
*
* @param array $event The raw Stager event data.
* @param array $component_args The component arguments.
*
* @return void
*/
do_action( 'wpstagerintegration_event_without_data', $event, $component_args )💡 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!

