Echo string in admin panel footer beside version no
If you look at the source: 40 <p id=”footer-upgrade” class=”alignright”> 41 <?php 42 /** 43 * Filter the version/update text displayed in the admin footer. 44 * 45 * WordPress prints the current version and update information, 46 * using core_update_footer() at priority 10. 47 * 48 * @since 2.3.0 49 * 50 * @see … Read more