Releases: sixach/wp-snippets
Releases · sixach/wp-snippets
v1.7.3
v1.7.2
1.7.1
v1.7.0
Added
- New utility functions (#77)
- is_plugin_activated
- is_woocommerce_activated
- is_polylang_activated
- is_post_exists
- get_post_id
- get_localized_post_id
- do_shortcode
- titlify
- slugify
- underlinify
- implode_html_attributes
- string_to_bool
- bool_to_string
- clean
- clean_array
- sanitize_html_classes
- Post-type and taxonomy utility functions (#78, #80)
- Template functions (#79)
v1.6.0
v1.5.0
v1.4.3
Changed
- Replaced the singular label for the post-type archive in a single post view template with the general name for the post type, usually plural instead
- Rewrite rules are now being correctly flushed and then recreated every time the custom permalink option is created or updated
v1.4.2
v1.4.1
v1.4.0
Fix: Incorrect namespace definition in WooCommerce product-data class.
Feature: Normalize HTML entities.