// Create Year shortcode to replace with current year. add_shortcode( 'year', 'current_year' ); function current_year() { $year = date( 'Y' ); return $year; } // To allow Rank Math Frontend title to parse shortcode. add_filter( 'rank_math/frontend/title', function ( $title ) { return do_shortcode( $title );} ); // Activate shortcode function in Post Title. add_filter( 'the_title', 'do_shortcode' ); Page not found | Quixy
404

Page Not Found

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. You may either search for the page below or return to the home page.

Return to Home Page