Training mode
Time remaining:
0 / 50 answered
Separate presentation responsibilities from reusable site functionality.
It is the non-AJAX administrative form endpoint.
Place the concept in the WordPress request, content, or permission model.
Consider lifecycle, authorization, failure and long-term maintenance.
Start with the everyday meaning of the WordPress term.
Identify the data-model or security responsibility before choosing the API.
Identify the role of the WordPress function or extension point.
Identify the WordPress API responsibility before considering implementation details.
Actions may ignore return values; filters may not.
Declare support during theme setup.
The return value must distinguish priorities.
Reject versus clean.