do_action('wpstagerintegration_event_card_content_after', array $event, array $component_args)
do_action('wpstagerintegration_event_card_content_after', array $event, array $component_args)Description
Fires inside the event card content wrapper, after the event card content is output.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$event | array | The raw Stager event data. |
$component_args | array | The component arguments. |
Returns:
void
Information
| File | event.php line 244 |
|---|
Full Code
/**
* Fires inside the event card content wrapper, after the event card content is output.
*
* @param array $event The raw Stager event data.
* @param array $component_args The component arguments.
*
* @return void
*/
do_action( 'wpstagerintegration_event_card_content_after', $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!

