I want to introduce a function by which,
we can check anything contains from a string.
like if string contains a word or string contains a symbol or string contains anything you want to check.
I want to introduce a function by which,
we can check anything contains from a string.
like if string contains a word or string contains a symbol or string contains anything you want to check.
PHP already has that.
Thanks for the response @Ipstenu
But there are lots of things that php has and WP introduce in a better way i.e wp_mail function.
There are many other functions like that.
So I was interested in my idea to do so.
:-)
If there are improvements, I agree they should be made. In the case of strpos() however I don't see how :) Is there an aspect of that function missing that you've found?
You must log in to post.