Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add _doing_it_wrong() checks if incorrect callback value for apply_filters() #4131

Closed
wants to merge 1 commit into from

Conversation

Tabrisrp
Copy link

Add check for the callback function value passed to apply_filters, to determine if the value is empty or not callable. Trigger a _doing_it_wrong() call if an invalid value is passed to make sure the error is not silenced.

Trac ticket: https://core.trac.wordpress.org/ticket/38116


This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.

@Tabrisrp Tabrisrp closed this Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant