Lubinik Learning

Training mode

Lubinik Managed Entity & Template Flow

Time remaining:

0 / 20 answered

  1. 1. What does lubinikplugin/shortcodes/entity_types contribute?

    What does lubinikplugin/shortcodes/entity_types contribute?
    Hint

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

  2. 2. How must that filter treat types from other addons?

    How must that filter treat types from other addons?
    Hint

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

  3. 3. Why does the entities filter accept two arguments?

    Why does the entities filter accept two arguments?
    Hint

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

  4. 4. What happens for a non-accommodation entity type?

    What happens for a non-accommodation entity type?
    Hint

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

  5. 5. What does the selector query?

    What does the selector query?
    Hint

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

  6. 6. Why set suppress_filters to false?

    Why set suppress_filters to false?
    Hint

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

  7. 7. Which accommodations are excluded by the meta_query?

    Which accommodations are excluded by the meta_query?
    Hint

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

  8. 8. What does the selector return?

    What does the selector return?
    Hint

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

  9. 9. Which filter supplies managed template candidates?

    Which filter supplies managed template candidates?
    Hint

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

  10. 10. Where are BnB accommodation packages discovered?

    Where are BnB accommodation packages discovered?
    Hint

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

  11. 11. Why use GLOB_ONLYDIR?

    Why use GLOB_ONLYDIR?
    Hint

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

  12. 12. How is the template slug derived?

    How is the template slug derived?
    Hint

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

  13. 13. What is the fallback display label?

    What is the fallback display label?
    Hint

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

  14. 14. What must template meta.php return?

    What must template meta.php return?
    Hint

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

  15. 15. Where is a local managed layout stored?

    Where is a local managed layout stored?
    Hint

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

  16. 16. Which keys form the stored layout contract?

    Which keys form the stored layout contract?
    Hint

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

  17. 17. What happens with no local layout?

    What happens with no local layout?
    Hint

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

  18. 18. Why validate entity ID against entity type?

    Why validate entity ID against entity type?
    Hint

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

  19. 19. Why does save_entity_layout consume six filter arguments?

    Why does save_entity_layout consume six filter arguments?
    Hint

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

  20. 20. Why return the incoming result if update_post_meta fails?

    Why return the incoming result if update_post_meta fails?
    Hint

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