Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Wordpress Quiz.md #3692

Merged
merged 1 commit into from
May 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions wordpress/wordpress-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -692,3 +692,31 @@ endif;
- [ ] widgets
- [ ] layout
- [x] shortcodes

#### Q81. What service is used to manage user profile photos across any WordPress site?

- [x] Gravatar
- [ ] WordPress.org
- [ ] None. Just upload a profile photo from your site user account.
- [ ] Profile Photo plugin

#### Q82. Which is not a benefit of DRY code?

- [ ] The code can be reused.
- [x] The code is less abstracted.
- [ ] The code is easier to read.
- [ ] The code is easier to maintain.

#### Q83. Which of these does not impact your site speed?

- [ ] caching
- [ ] your web host
- [x] inactive plugins
- [ ] content delivery network (CDN)

#### Q84. Where do you configure global settings for comments on your WordPress site?

- [ ] Tools screen
- [ ] wp-config.php
- [ ] cPanel
- [x] Discussion Settings