0
2902
WordPress action hook fire with theme functions file hook
Sometimes we need to write plugin, where some hook need to fire before theme hook fired. For this we need to add plugin_loaded hook to plugin file. Suppose, we are going to customize RSS feed hook. It needs to include... Read more