Lubinik Learning

Training mode

Lubinik Typed Fields, Repeaters & Forms

Time remaining:

0 / 20 answered

  1. 1. How is WYSIWYG content allowing safe basic HTML saved?

    How is WYSIWYG content allowing safe basic HTML saved?
    Hint

    Follow the request boundary and normalize each field by type.

  2. 2. How should stored textarea content be rendered inside a textarea?

    How should stored textarea content be rendered inside a textarea?
    Hint

    Follow the request boundary and normalize each field by type.

  3. 3. Which function is appropriate before storing an external URL?

    Which function is appropriate before storing an external URL?
    Hint

    Follow the request boundary and normalize each field by type.

  4. 4. Which function is appropriate when rendering that URL in href or input display?

    Which function is appropriate when rendering that URL in href or input display?
    Hint

    Follow the request boundary and normalize each field by type.

  5. 5. Which function validates and cleans a submitted email field?

    Which function validates and cleans a submitted email field?
    Hint

    Follow the request boundary and normalize each field by type.

  6. 6. Which function suits plain multiline notes?

    Which function suits plain multiline notes?
    Hint

    Follow the request boundary and normalize each field by type.

  7. 7. How should one selected attachment ID be stored?

    How should one selected attachment ID be stored?
    Hint

    Follow the request boundary and normalize each field by type.

  8. 8. How is the preview image URL safely printed?

    How is the preview image URL safely printed?
    Hint

    Follow the request boundary and normalize each field by type.

  9. 9. How are Lubinik gallery selections commonly persisted?

    How are Lubinik gallery selections commonly persisted?
    Hint

    Follow the request boundary and normalize each field by type.

  10. 10. What should a gallery ID sanitizer remove?

    What should a gallery ID sanitizer remove?
    Hint

    Follow the request boundary and normalize each field by type.

  11. 11. How should a post_object field be normalized?

    How should a post_object field be normalized?
    Hint

    Follow the request boundary and normalize each field by type.

  12. 12. Why may the editor query publish, draft, and private related posts?

    Why may the editor query publish, draft, and private related posts?
    Hint

    Follow the request boundary and normalize each field by type.

  13. 13. Why verify each repeater row is an array?

    Why verify each repeater row is an array?
    Hint

    Follow the request boundary and normalize each field by type.

  14. 14. How should a product repeater clean name, note, and URL?

    How should a product repeater clean name, note, and URL?
    Hint

    Follow the request boundary and normalize each field by type.

  15. 15. What happens when all cleaned repeater rows are empty?

    What happens when all cleaned repeater rows are empty?
    Hint

    Follow the request boundary and normalize each field by type.

  16. 16. Why encode cleaned repeater rows with wp_json_encode?

    Why encode cleaned repeater rows with wp_json_encode?
    Hint

    Follow the request boundary and normalize each field by type.

  17. 17. Why sanitize a form schema field key with sanitize_key?

    Why sanitize a form schema field key with sanitize_key?
    Hint

    Follow the request boundary and normalize each field by type.

  18. 18. Should a frontend form handler apply one sanitizer to every field?

    Should a frontend form handler apply one sanitizer to every field?
    Hint

    Follow the request boundary and normalize each field by type.

  19. 19. What does Shelter store in _entry_data?

    What does Shelter store in _entry_data?
    Hint

    Follow the request boundary and normalize each field by type.

  20. 20. What must an authenticated AJAX metadata mutation check in addition to a nonce?

    What must an authenticated AJAX metadata mutation check in addition to a nonce?
    Hint

    Follow the request boundary and normalize each field by type.