jQuery("button").click(function(e){
e.preventDefault();
});
add_filter( 'the_title', 'f711_title_filter' );
function f711_title_filter( $title ) {
return str_replace( '2020', '2021', $title );
}
get_posts()
и в цикле обновить с помощью wp_update_post()