Archives
All posts for the month March, 2016
Sorting through my old images found one of the first 3D model attempts at a logo. Created 9/27/2009
WordPress CLI
wp core version
– Display the WordPress version.
OPTIONS
- [–extra]
- Show extended version information.
Command line
It’s very simple and easy to find the WordPress version from command line. Run the following command from the public_html (or the directory where you installed the WP) of your domain:
# grep wp_version wp-includes/version.php
Please see the sample output below:
USER@SERVER [user/sitedir]# grep wp_version wp-includes/version.php * @global string $wp_version $wp_version = '4.4.2';
Found out how to do this here:
http://www.davidvkimball.com/blog/how-to-download-your-xbox-live-avatar-to-your-pc