Change footer-text in WP Admin
Using the code will change the text in the bottom of the WP admin pages.
1 2 3 4 5 6 7 8 9 10 11 |
<?php function remove_footer_admin () { echo 'My footer text. Thank you <a href="http://wordpress.org">Wordpress</a> for giving me this filter.'; } add_filter('admin_footer_text', 'remove_footer_admin'); ?> |
Include Future Posts in RSS Feed
Adding the snippet to your theme’s functions.php file will let you appear your future