If rest_pre_dispatch returns non-null, WordPress skips the callback entirely. Will log: - NULL (will call handler) = normal, callback will execute - NON-NULL (handler bypassed!) = something is intercepting! This is the ONLY way our callback can be skipped after permission passes.
4.4 KiB
4.4 KiB