Update Actions and Filters to be named consistenty #231
Labels
effort: low
Around a day or less
good first issue
Issue that doesn't require previous experience with codebase
status: actionable
Ready for work to begin
type: enhancement
Improvements to existing functionality
currently the codebase has actions and filters with mixed naming conventions:
Some start with
wpgraphql_cache
(such aswpgraphql_cache_save_request
) and some start withgraphql_cache
such asgraphql_purge
).We should decide which prefix to use and make things consistent.
Note, we'll need to keep around the old actions/filters and deprecate them as folks could already be using them.
Some helpful info re: deprecating in here: https://juagonala.com/how-to-deprecate-code-in-wordpress/
The text was updated successfully, but these errors were encountered: