Skip to content

Instantly share code, notes, and snippets.

@ajaegers
Last active August 29, 2015 14:19
Show Gist options
  • Save ajaegers/bb3220f35c4ba4a8822c to your computer and use it in GitHub Desktop.
Save ajaegers/bb3220f35c4ba4a8822c to your computer and use it in GitHub Desktop.
Wordpress common global variables phpDoc declaration for easiest development
/** @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