Lubinik Learning

Training mode

WordPress Files & Request Lifecycle

Time remaining:

0 / 20 answered

  1. 1. Which file normally contains the WordPress database connection configuration?

    Which file normally contains the WordPress database connection configuration?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  2. 2. What normally belongs inside wp-content?

    What normally belongs inside wp-content?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  3. 3. What is the main role of wp-admin?

    What is the main role of wp-admin?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  4. 4. What is wp-includes primarily for?

    What is wp-includes primarily for?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  5. 5. Where are ordinary plugins installed by default?

    Where are ordinary plugins installed by default?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  6. 6. Where are themes installed by default?

    Where are themes installed by default?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  7. 7. Where does WordPress normally store Media Library files?

    Where does WordPress normally store Media Library files?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  8. 8. What is special about plugins placed in wp-content/mu-plugins?

    What is special about plugins placed in wp-content/mu-plugins?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  9. 9. What is the role of the root index.php in a standard WordPress request?

    What is the role of the root index.php in a standard WordPress request?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  10. 10. Which core file establishes many WordPress constants and loads early bootstrap components?

    Which core file establishes many WordPress constants and loads early bootstrap components?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  11. 11. What is the broad responsibility of wp-settings.php?

    What is the broad responsibility of wp-settings.php?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  12. 12. Why should a developer avoid editing WordPress core files?

    Why should a developer avoid editing WordPress core files?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  13. 13. What do permalink rewrite rules help WordPress do?

    What do permalink rewrite rules help WordPress do?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  14. 14. What does the WordPress main query represent?

    What does the WordPress main query represent?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  15. 15. After WordPress resolves the request, what does the template loader do?

    After WordPress resolves the request, what does the template loader do?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  16. 16. When are active ordinary plugins loaded relative to the active theme?

    When are active ordinary plugins loaded relative to the active theme?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  17. 17. Why does WordPress expose lifecycle hooks?

    Why does WordPress expose lifecycle hooks?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  18. 18. Why must redirects and many HTTP headers be sent before body output?

    Why must redirects and many HTTP headers be sent before body output?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  19. 19. Which core endpoint traditionally receives WordPress AJAX requests?

    Which core endpoint traditionally receives WordPress AJAX requests?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  20. 20. Which URL prefix normally exposes the WordPress REST API?

    Which URL prefix normally exposes the WordPress REST API?
    Hint

    Place the concept in the WordPress request, content, or permission model.