apply_filters('wpstagerintegration_event_card_content', string $card_content, array $event, array $component_args): string
apply_filters('wpstagerintegration_event_card_content', string $card_content, array $event, array $component_args): stringDescription
Filters the event card content before it is output.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$card_content | string | The event card content HTML. |
$event | array | The raw Stager event data. |
$component_args | array | The component arguments. |
Returns:
string The filtered event card content HTML.
Information
| File | event.php line 232 |
|---|
Full Code
/**
* Filters the event card content before it is output.
*
* @param string $card_content The event card content HTML.
* @param array $event The raw Stager event data.
* @param array $component_args The component arguments.
*
* @return string The filtered event card content HTML.
*/
$card_content = (string) (apply_filters( 'wpstagerintegration_event_card_content', $card_content, $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!

