// 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' ); Trustist - Twelve Oaks Software Reviews

To deliver the best browsing experience this site uses cookies. Read our Privacy Policy for more information.