Lubinik Learning

Training mode

CPTs, Taxonomies & Metadata

Time remaining:

0 / 20 answered

  1. 1. What is a Custom Post Type?

    What is a Custom Post Type?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  2. 2. Which requirement is a good candidate for a Custom Post Type?

    Which requirement is a good candidate for a Custom Post Type?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  3. 3. Which function registers a Custom Post Type?

    Which function registers a Custom Post Type?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  4. 4. On which hook are Custom Post Types normally registered?

    On which hook are Custom Post Types normally registered?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  5. 5. Why should a post-type key be short, stable and uniquely prefixed?

    Why should a post-type key be short, stable and uniquely prefixed?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  6. 6. What do post-type labels control?

    What do post-type labels control?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  7. 7. What does the public argument broadly influence?

    What does the public argument broadly influence?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  8. 8. What does the supports argument define?

    What does the supports argument define?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  9. 9. What does has_archive enable for a public CPT?

    What does has_archive enable for a public CPT?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  10. 10. What is a custom taxonomy?

    What is a custom taxonomy?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  11. 11. Which function registers a taxonomy?

    Which function registers a taxonomy?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  12. 12. What does hierarchical mean for a taxonomy?

    What does hierarchical mean for a taxonomy?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  13. 13. What is a taxonomy term?

    What is a taxonomy term?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  14. 14. What relationship does wp_set_object_terms() manage?

    What relationship does wp_set_object_terms() manage?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  15. 15. What is WordPress metadata?

    What is WordPress metadata?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  16. 16. Which functions read and update post metadata?

    Which functions read and update post metadata?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  17. 17. What does the third get_post_meta() argument control?

    What does the third get_post_meta() argument control?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  18. 18. Why register a metadata key?

    Why register a metadata key?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  19. 19. When is a taxonomy usually preferable to plain metadata?

    When is a taxonomy usually preferable to plain metadata?
    Hint

    Identify the data-model or security responsibility before choosing the API.

  20. 20. When should a plugin normally flush rewrite rules for a new CPT?

    When should a plugin normally flush rewrite rules for a new CPT?
    Hint

    Identify the data-model or security responsibility before choosing the API.