apply_filters('wpstagerintegration_async_calendar_loading_label', $default_loading_label): string
apply_filters('wpstagerintegration_async_calendar_loading_label', $default_loading_label): stringDescription
Filters the text displayed in asynchronously loaded calendars before being loaded.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$loading_label | string | The text being displayed. Default value: 'Loading calendar...' |
Returns:
string Must return a string
Information
| File | async.php line 23 |
|---|
Full Code
/**
* Filters the text displayed in asynchronously loaded calendars before being loaded.
*
* @param string $loading_label The text being displayed. Default value: 'Loading calendar...'
*
* @return string Must return a string
*/
$loading_label = (string) apply_filters( 'wpstagerintegration_async_calendar_loading_label', $default_loading_label )💡 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!

