Vue.js in WordPress Plugin Development

Last month, our team decided to transform our plugin’s setting page to reactive UI by using one of the most popular JavaScript framework, Vue.js. In this article, we will share our experience while working with Vue.js in WordPress plugin development. Why Vue.js? Why Vue.js? We choose Vue.js among the alternative frameworks due to the simplicity….

How to Create a custom Settings Page For WordPress Plugins

Most of the plugins we use in WordPress probably have a Settings page that allows users to set up or update options according to their preferences. This can increase your plugin’s usability. In this article, we will show you how to create a custom Settings page and its submenu easily with Settings API. Register the plugin…

Media Vault vs Prevent Direct Access

Prevent Direct Access Gold and Media Vault are the only 2 solid WordPress plugins we’re aware of that allow you to protect file uploads from public access. Media Vault: Protect Attachment Files First of all, Media Vault is undoubtedly a terrific plugin. It’s probably a pioneer plugin in protecting WordPress files from public access. Despite the…