Replase post title based on conditions
So I would like to replace the entire title of posts in WordPress bases on user behaviuor and role. Please note that I would like to replace the entire post title and not the prepend or append text to it.
Each post has a 'default' title, which is the title of the post, like Make No.1245/12.02.2022 on model 2376/2021. The alternative title would be Make No.*******/********.2022 on model *******/2021 basically replacing certain parts of the title with asterisks, essentially hiding it.
If the user is logged in AND has role 'subscriber' THEN he/she sees the default post title.
If the user is visitor (not logged in) OR is logged in but his role is 'pending' THEN he sees the alternative post title.
Topic get-the-title Wordpress
Category Web