Guest User

Untitled

a guest
Aug 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. global $wp_locale;
  2. $month = $wp_locale->get_month(04); // Output April in english
  3. $month_abbrev = $wp_locale->get_month_abbrev($month); // Output Apr in english
Add Comment
Please, Sign In to add comment