Tag: wordpressthemes

WordPress Custom Hooks

How to Create a Custom Action in WordPress

WordPress Custom hooks (actions and filters) are a powerful feature that allows you to customize the behavior of your site without modifying core files. While filters let you modify data,….

Read more

How to disable WordPress Plugin update or theme update

Disable WordPress plugin update To disable specific plugin updates you can use the below code. The below code reads the array of the plugin list and removes the element(plugin) that….

Read more