-
https://support.rankmath.com/ticket/auto-add-dynamic-year-in-wordpress-post-titles/
function my_custom_RM_title_replace_vars( $title, $id = null ) {
return RankMath\Helper::replace_vars( $title );
}
add_filter( ‘the_title’, ‘my_custom_RM_title_replace_vars’, 10, 2 );I have added this piece of code its working fine in post title. But not in meta tags
But its not changing anything in meta tags
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The ticket ‘Meta title is not getting updated by %currentyear% shortcode’ is closed to new replies.