As outlined in the original proposal doc, the performance plugin doesn't have a name yet. Some ideas were previously discussed in the doc and on Slack, but we can follow up here.
Once a name (and slug!) have been decided for, we need to replace the following in the scaffolded codebase:
TODO-SLUG with plugin slug/textdomain
TODO-NAME with (human-friendly) plugin name
todo_snakecaseslug with snake_case version of the plugin slug (e.g. prefix for functions, options, etc.)
TODO_CONSTANTSLUG with CONSTANT_CASE version of the plugin slug (e.g. prefix for constants)
As outlined in the original proposal doc, the performance plugin doesn't have a name yet. Some ideas were previously discussed in the doc and on Slack, but we can follow up here.
Once a name (and slug!) have been decided for, we need to replace the following in the scaffolded codebase:
TODO-SLUGwith plugin slug/textdomainTODO-NAMEwith (human-friendly) plugin nametodo_snakecaseslugwith snake_case version of the plugin slug (e.g. prefix for functions, options, etc.)TODO_CONSTANTSLUGwith CONSTANT_CASE version of the plugin slug (e.g. prefix for constants)