Tag archives for disable notices
Best way to disable PHP errors in WordPress
It is quite simple to disable error reporting in wordpress because we just need to add a line of code at the bottom of our configuration file. But while doing this we need to be careful about the correct placement.…
Disable update for a single plugin in WordPress
As we have different situation here, according to it we have modified the core files of a plugin to complete our desired flow. But as we know, the modification in plugin core files is not a good approach. So, in…