ClassicPress / classicpress-seo

Classic SEO is the first SEO plugin built specifically to work with ClassicPress. A fork of Rank Math, the plugin contains many essential SEO tools to help optimize your website.
GNU General Public License v2.0
29 stars 10 forks source link

Replace deprecated `single_month_title` function call with own function #153

Closed xxsimoxx closed 1 year ago

xxsimoxx commented 1 year ago

The function single_month_title is deprecated in ClassicPress 1.5 and throws a warning. This PR add a method to Post_Variables to get the same result without calling the function.

xxsimoxx commented 1 year ago

Will create soon another with more fixed deprecations.