Creates new the_subtitle function
- added
Requires PHPplugin header
- added support for Git Updater
- disables WordPress.org updates
- major code refactor to follow WordPress standards
- changed retrieval function name to
get_the_subtitle()to mirror native post titles - changed display function name to
the_subtitle()to mirror native post titles - updated shortcode
[subtitle]to reflect new function names - added better support for custom post types
- added filter
enable_subtitles_outputto enable modification of subtitle retrieval - added filter
subtitle_heading_tagto enable modification of subtitle display tag (e.g.<h2>etc) - added filter
enable_subtitles_post_typesto allow developers to specify which custom post types should support subtitles - cleaned up HTML output in post editor to mirror native post title input
- various security and coding improvements
- supports PHP 7.0 to PHP 8.3
- supports Multisite
- added "Enter subtitle here" field placeholder
- initial release
- plugin uses PHP namespaces
- object oriented code