Training mode
Time remaining:
0 / 16 answered
Choose the statement that correctly describes the contract expected by WordPress.
Ask yourself whether the received value must continue through the execution chain.
Assume all callbacks are valid and registered.
Compare numeric priority values.
Select all generally appropriate safeguards.
Consider request intent, autosaves, and authorization.
Think about when every active plugin file has been included.
Actions may ignore return values; filters may not.
A callback registered at priority 20 cannot be removed as though it used priority 10.
It describes callback input, not execution order.
Distinguish currently running from already fired.
The return value must distinguish priorities.
It is a counter, not a boolean-only check.
Useful when one callback handles several hooks.
Avoid changing admin and secondary queries.
Registration and flushing are different operations.
It is late in the request.
Compare it with call_user_func_array().
Broad instrumentation has a cost.