Skip to content

All-in-one WordPress Stubs Package for WordPress Development

Notifications You must be signed in to change notification settings

eduwass/wordpress-dev-stubs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install using Inteliphense (VSCode)

Clone this repo somewhere and add the path to the inteliphense.stubs setting in your settings.json file.

"inteliphense.stubs": [
 "<path-to-this-repo>/",
]

Rebuild stubs

git clone https://github.com/php-stubs/wordpress-stubs
git clone https://github.com/php-stubs/woocommerce-stubs
git clone https://github.com/php-stubs/acf-pro-stubs
rm -rf wordpress-stubs/.git
rm -rf woocommerce-stubs/.git
rm -rf acf-pro-stubs/.git
git add * -A
git commit -m "Update stubs"
git push

Credits

This repo is a combination of the following repos:

About

All-in-one WordPress Stubs Package for WordPress Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published