\WP_Stager_Integration\Calendar::component_filter(array $args = array()): void
\WP_Stager_Integration\Calendar::component_filter(array $args = array()): voidDescription
Render the filter component.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$args | array | (Optional) Additional arguments to pass to the component template. |
Returns:
void
Information
| File | class-calendar.php line 2006 |
|---|
Full Code
/**
* Render the filter component.
*
* @param array $args (Optional) Additional arguments to pass to the component template.
*
* @return void
*/
public static function component_filter( $args = array() ) {
self::render_calendar_component( 'filter', $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!

