Skip to content

Instantly share code, notes, and snippets.

@someguy9
Created March 16, 2020 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save someguy9/b3aa3a52e8b2ef8f4b022b93f15f76ad to your computer and use it in GitHub Desktop.
Save someguy9/b3aa3a52e8b2ef8f4b022b93f15f76ad to your computer and use it in GitHub Desktop.
Displays the WordPress version number
<?php
//Display the WordPress version number
echo get_bloginfo( 'version' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment