Last active
August 29, 2015 14:19
-
-
Save ajaegers/bb3220f35c4ba4a8822c to your computer and use it in GitHub Desktop.
Wordpress common global variables phpDoc declaration for easiest development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** @var WP $wp */ | |
/** @var wpdb $wpdb */ | |
/** @var WP_Locale $wp_locale */ | |
/** @var WP_Query $wp_query */ | |
/** @var WP_Query $wp_the_query */ | |
/** @var WP_Rewrite $wp_rewrite */ | |
/** @var WP_Roles $wp_roles */ | |
/** @var WP_Widget_Factory $wp_widget_factory */ | |
/** @var WP_Post $post */ | |
/** @var WP_Embed $wp_embed */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment