Release date: September 1, 2021
- PHP 8: Fixed syntactical error that was throwing warnings in PHP 8 environments
- WordPress: Added
wp_body_open()
just after the opening<body>
tag to establish a predictable, cross-theme injection point - Modular Content: Post meta are now part of the Thesis
$box_post_meta
array for easier manipulation - Box post meta:
- Reliably filterable via
[box_class_name]_post_meta
array filter - CPT designations are now filterable via
[box_class_name]_post_meta_cpt
array filter
- Reliably filterable via
- WooCommerce: Problems with comments/reviews should be resolved by a new reference to
thesis_comments_preload
instead of the deprecatedthesis_comments_template
- Thesis Options Pages: New
alert
styling enables clearer, more informative feedback - Thesis Editor Launcher: Added new
thesis-editor-launcher
boolean filter to hide the launcher if desired - WordPress Editor: Meta Description character counter is now wide enough to accommodate 3-digit numbers
- Thesis WordPress API: New
add_widget_area()
method enables the programmatic creation of Widget Areas. Useful for when you don’t want to modify every single template with a new Widget Area.