Security Issue
-
Author theme forces the display of version of WordPress used in html. Providing version of WordPress is considered as security issue.
It is not possible to change this behavior by using a child theme.Please remove the 2 following lines in functions.php:
remove_action( ‘wp_head’, ‘wp_generator’ );
add_action( ‘wp_head’, ‘wp_generator’, 1 );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Security Issue’ is closed to new replies.