devowlio / wp-react-starter

🚀WordPress Plugin Boilerplate using modern web techs like TypeScript, SASS, and so on... on top of a local development environment with Docker and predefined GitLab CI for continous integration and deployment!
https://devowl.io/wp-react-starter/
Other
387 stars 51 forks source link

Use backslashed WP functions #4

Closed matzeeable closed 6 years ago

matzeeable commented 6 years ago

When using PHP namespaces it is the right way to backslash global scope defined functions. Example: \add_action().

matzeeable commented 6 years ago

This issue is wont-fix because it is not necassery.