Lubinik Learning

Training mode

Lubinik Addon Bootstrap & Runtime

Time remaining:

0 / 20 answered

  1. 1. Why does the bootstrap guard ABSPATH?

    Why does the bootstrap guard ABSPATH?
    Hint

    Trace the actual hook, data shape, and control flow.

  2. 2. What does LUBINIK_BNB_ADDON_FILE store?

    What does LUBINIK_BNB_ADDON_FILE store?
    Hint

    Trace the actual hook, data shape, and control flow.

  3. 3. Why use plugin_dir_path(__FILE__)?

    Why use plugin_dir_path(__FILE__)?
    Hint

    Trace the actual hook, data shape, and control flow.

  4. 4. Why use plugin_dir_url(__FILE__)?

    Why use plugin_dir_url(__FILE__)?
    Hint

    Trace the actual hook, data shape, and control flow.

  5. 5. When does the addon begin loading its text domain?

    When does the addon begin loading its text domain?
    Hint

    Trace the actual hook, data shape, and control flow.

  6. 6. How is the MO locale selected?

    How is the MO locale selected?
    Hint

    Trace the actual hook, data shape, and control flow.

  7. 7. What is the MO lookup order?

    What is the MO lookup order?
    Hint

    Trace the actual hook, data shape, and control flow.

  8. 8. Why check LUBINIK_PLUGIN_DIR inside plugins_loaded?

    Why check LUBINIK_PLUGIN_DIR inside plugins_loaded?
    Hint

    Trace the actual hook, data shape, and control flow.

  9. 9. Why load the constants class first?

    Why load the constants class first?
    Hint

    Trace the actual hook, data shape, and control flow.

  10. 10. Why load hooks-cpt.php before CPT loaders?

    Why load hooks-cpt.php before CPT loaders?
    Hint

    Trace the actual hook, data shape, and control flow.

  11. 11. What do post-types/load.php and taxonomies/load.php do?

    What do post-types/load.php and taxonomies/load.php do?
    Hint

    Trace the actual hook, data shape, and control flow.

  12. 12. Why use require_once for modules?

    Why use require_once for modules?
    Hint

    Trace the actual hook, data shape, and control flow.

  13. 13. Why require registration files inside the activation callback?

    Why require registration files inside the activation callback?
    Hint

    Trace the actual hook, data shape, and control flow.

  14. 14. Why register CPTs and taxonomies before flushing rewrites?

    Why register CPTs and taxonomies before flushing rewrites?
    Hint

    Trace the actual hook, data shape, and control flow.

  15. 15. Why check function_exists before activation calls?

    Why check function_exists before activation calls?
    Hint

    Trace the actual hook, data shape, and control flow.

  16. 16. When are default amenities, services, and types seeded?

    When are default amenities, services, and types seeded?
    Hint

    Trace the actual hook, data shape, and control flow.

  17. 17. Why respect deleted-term tracking during seeding?

    Why respect deleted-term tracking during seeding?
    Hint

    Trace the actual hook, data shape, and control flow.

  18. 18. Why schedule taxonomy auto-translation?

    Why schedule taxonomy auto-translation?
    Hint

    Trace the actual hook, data shape, and control flow.

  19. 19. What is the activation flush intended to make work immediately?

    What is the activation flush intended to make work immediately?
    Hint

    Trace the actual hook, data shape, and control flow.

  20. 20. Why flush again on deactivation?

    Why flush again on deactivation?
    Hint

    Trace the actual hook, data shape, and control flow.