Lubinik Learning

Training mode

Lubinik Shortcode Registry, Assets & Components

Time remaining:

0 / 20 answered

  1. 1. What does Lubinik_Shortcode_Registry store by shortcode tag?

    What does Lubinik_Shortcode_Registry store by shortcode tag?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  2. 2. What happens when register() receives an empty or non-string tag?

    What happens when register() receives an empty or non-string tag?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  3. 3. Which metadata key is added when missing?

    Which metadata key is added when missing?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  4. 4. What is the default registry source?

    What is the default registry source?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  5. 5. What happens when the same tag registers metadata again?

    What happens when the same tag registers metadata again?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  6. 6. When does the registry call add_shortcode()?

    When does the registry call add_shortcode()?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  7. 7. Can a registry entry contain metadata without registering a handler?

    Can a registry entry contain metadata without registering a handler?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  8. 8. What is the purpose of lubinik/assets/register?

    What is the purpose of lubinik/assets/register?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  9. 9. What is the technical difference between wp_register_script and wp_enqueue_script?

    What is the technical difference between wp_register_script and wp_enqueue_script?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  10. 10. What context does core pass to lubinik/assets/enqueue?

    What context does core pass to lubinik/assets/enqueue?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  11. 11. Why can BnB variables depend on core variable styles?

    Why can BnB variables depend on core variable styles?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  12. 12. When is an accommodation archive style variant enqueued?

    When is an accommodation archive style variant enqueued?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  13. 13. Why do Gallery and Calendar return an empty string without valid data?

    Why do Gallery and Calendar return an empty string without valid data?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  14. 14. Which contract lets BnB provide gallery items?

    Which contract lets BnB provide gallery items?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  15. 15. How does BnB decide the gallery request belongs to accommodation?

    How does BnB decide the gallery request belongs to accommodation?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  16. 16. If the main gallery meta is empty, what does BnB try?

    If the main gallery meta is empty, what does BnB try?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  17. 17. How are comma-separated attachment IDs normalized?

    How are comma-separated attachment IDs normalized?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  18. 18. How does the core gallery escape image output?

    How does the core gallery escape image output?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  19. 19. How does Calendar expose events to JavaScript?

    How does Calendar expose events to JavaScript?
    Hint

    Trace the core contract, addon callback, and request lifecycle.

  20. 20. When are component-specific assets requested?

    When are component-specific assets requested?
    Hint

    Trace the core contract, addon callback, and request lifecycle.