Disable WordPress Version in Footer

You are here:

By default, WordPress shows its version in the footer.

WP Footer Version

WP Footer Version

To disable this, add the following constant to your `wp-config.php` file.

define( 'EUM_ENABLE_WORDPRESS_FOOTER_VERSION', false );