-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
effort: lowAround a day or lessAround a day or lessgood first issueIssue that doesn't require previous experience with codebaseIssue that doesn't require previous experience with codebasestatus: actionableReady for work to beginReady for work to begintype: enhancementImprovements to existing functionalityImprovements to existing functionality
Description
currently the codebase has actions and filters with mixed naming conventions:
Some start with wpgraphql_cache (such as wpgraphql_cache_save_request) and some start with graphql_cache such as graphql_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/
Metadata
Metadata
Assignees
Labels
effort: lowAround a day or lessAround a day or lessgood first issueIssue that doesn't require previous experience with codebaseIssue that doesn't require previous experience with codebasestatus: actionableReady for work to beginReady for work to begintype: enhancementImprovements to existing functionalityImprovements to existing functionality