WordPress Actions Vs Filters

Both actions and filters are WordPress hooks that allow you to hook into certain code within WordPress core or a plugin. Actions allow you to add code at a point where WordPress, a plugin or your own custom action is doing something. There will need to be a do_action called so that you can hook… Continue reading WordPress Actions Vs Filters

Fixing WordPress 5.5 issues

You may have noticed issues with websites after upgrading to WordPress 5.5. In this version WordPress stopped using jQuery Migrate which was being used to bridge outdated code in themes and plugins.