You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to add a set method to the accumulator that, unlike update, will only change the value if it is not set.
This could simplify many logical scenarios where something is being extended using apply_filters, but the update only needs to be made if nothing else is currently set.
It would be nice to add a
set
method to the accumulator that, unlike update, will only change the value if it is not set.This could simplify many logical scenarios where something is being extended using
apply_filters
, but the update only needs to be made if nothing else is currently set.For example:
The text was updated successfully, but these errors were encountered: