By default, WordPress shows its version in the footer.
To disable this, add the following constant to your `wp-config.php` file.
define( 'EUM_ENABLE_WORDPRESS_FOOTER_VERSION', false );
By default, WordPress shows its version in the footer.
To disable this, add the following constant to your `wp-config.php` file.