Last modified: August 22, 2025
The following is a list of HubL filters and functions that are deprecated. While these filters and functions still operate as intended, they’ve been replaced by newer ones that are more streamlined and optimized.
For all new and future projects we encourage using our current HubL functions instead of deprecated ones.
Deprecated filters
The following filters have been deprecated:datetimeformat (filter)
This function has been replaced by format_datetime.
- HubL
- Output
format_currency
This function has been replaced by format_currency_value.
- HubL
- Output
Deprecated functions
The following functions have been deprecated:- blog_post_by_id
- blog_topics
- blog_recent_topic_posts
- datetimeformat
- get_public_template_url
- include_css
- include_javascript
- page_by_id
blog_post_by_id
This function has been replaced by content_by_id().
- HubL
- Output
blog_topics
This function has been renamed to blog_tags().
- HubL
- Output
blog_recent_topic_posts
This function has been renamed to blog_recent_tag_posts().
datetimeformat (function)
This function has been replaced by format_datetime().
- HubL
- Output
get_public_template_url
This function has been replaced by get_asset_url().
- HubL
- Output
include_css
This function has been replaced by require_css().
- HubL
- Output
include_javascript
This function has been replaced by require_js().
- HubL
- Output
page_by_id
This function has been replaced by content_by_id().
- HubL
- Output