I found a bunch of link that show how to delete anything within with str_replace() but I want to censor the link on a post. Even better, somehow detect when the user is trying to post a link and not let them submit the form until they remove it
I am not to sure what to write inside str_replace() or how to check the page for inserted urls
Any help is appreciated!