Plugins Flashcards
Q: What is a WordPress plugin?
A: A plugin is a software add-on that extends the functionality of a WordPress website.
Q: Where can you find WordPress plugins?
A: In the WordPress Plugin Directory, third-party websites, or custom development.
Q: What is the difference between free and premium plugins?
A: Free plugins are available in the WordPress directory, while premium plugins are paid and often offer more features or dedicated support.
Q: Can plugins modify both the frontend and backend of a website?
A: Yes, plugins can add features to either or both.
Q: How can you install a plugin from the WordPress Plugin Directory?
A: Go to Plugins > Add New, search for a plugin, and click “Install Now.”
Q: How can you install a plugin from a ZIP file?
A: Go to Plugins > Add New > Upload Plugin, and upload the ZIP file.
Q: What must you do after installing a plugin to make it functional?
A: Click the “Activate” button.
Q: Can you bulk install plugins in WordPress?
A: No, plugins must be installed one at a time unless using a tool like WP-CLI.
Q: How do you deactivate a plugin?
A: Go to Plugins > Installed Plugins, and click “Deactivate” next to the plugin.
Q: What happens when you deactivate a plugin?
A: The plugin stops functioning, but its settings and data remain intact.
Q: How do you delete a plugin?
A: Deactivate it first, then click “Delete” in the Plugins > Installed Plugins section.
Q: Can you pause all plugins on a WordPress site at once?
A: Yes, by renaming the plugins folder in the /wp-content/ directory via FTP or File Manager.
Q: Why should you keep plugins updated?
A: To improve functionality, security, and compatibility with WordPress core.
Q: Where can you check for plugin updates?
A: In the Dashboard > Updates or Plugins > Installed Plugins section.
Q: Can you enable automatic updates for plugins?
A: Yes, in Plugins > Installed Plugins, you can enable auto-updates for individual plugins.
Q: What should you do before updating plugins?
A: Back up your website to avoid issues from potential conflicts.
Q: Name three popular SEO plugins for WordPress.
A: Yoast SEO, All in One SEO, Rank Math.