Of course, it’s possible to remove the version number. Follow these steps:
- Login to cPanel. Click on File Manager icon.
- Choose document root or the public_html directory.
- Open wp-content folder.
- Click on the themes folder. Then open your active WordPress theme
folder. - Scroll down to find functions.php file. Right-click and select
Edit. -
Add the following codes in functions.php file:
functionwp_remove_version() { return''; } add_filter('the_generator', 'wp_remove_version');
- Finally, click on the Save Changes button from the top-right
corner.
Now, you will find that the WordPress version number has been removed from the stylesheet link. You can find more information about these steps right here.
Related Posts:
- Disable Or Redirect WP-login.php
- login_enqueue_scripts does not ovewrite the default styles
- Modify wp-login.php labels: Username to Email
- How to change “Registration complete. Please check your e-mail.” in wp-login.php
- How to use wp-login.php page only for logout?
- change register url on wp-login page
- Can’t access wp-admin
- How do you add a custom link to the wordpress login page?
- wp-login.php register/lost password links to buttons?
- How to trigger a login form notice message?
- A child theme version of wp-login
- reset password label text change
- Add text on wordpress admin login page
- wp_login_form() redirect not redirecting users < admin
- Login redirect on wp theme
- Can’t log in. Log in button missing [closed]
- Require WP login for outside access
- Modify WP-Login Page With Javascript?
- if username or password is incorrect wp-login returns a blank page
- Where is the email content for retrieve_password_message stored?
- What is the CODEX intercept for wp-login.php?action=lostpassword
- Call header and footer on login page
- Prevent redirect on custom wordpress login form
- Replace standard Login and Register form for Woocommerce [closed]
- How to destroy sessions after a user logout [closed]
- How to add required attribute to wp_login_form fields?
- WordPress “remember me” – How should it work?
- Changing the title of “
- Log In & Log Out Code In Header
- How to fix Sign In option in WordPress
- How can I redirect on a url after successful registration?
- I lock the site’s contents, click on a post, redirect to login, enter uname+password but fail to redirect to article
- How to access the actual input html of the login form
- Creating a custom login on site.
- Login page wordpress tagline remove [duplicate]
- Adding line break in esc_html__
- Copying My account/Login/Register button outside header
- Issue with cookies in wp-login
- Add content in wp login page
- Is it possible to check if password is correct in wp_authenticate_user?
- Modify login page after clicking “login” button, and before it arrives at redirect
- How to enable “remember me” checkbox in login forms by default?
- custom login query for custom login form?
- WordPress reCAPTCHA Problem
- Customizing WordPress Login URL
- It is possible that to get data in wp_login.php to your own php file in wordpress?
- Using gettext on wp-login.php won’t change “Back to site name” text
- Add video to wordpress login page
- WordPress login form with fancybox
- I wanna create a custom login form template
- Add custom field in wp_login_form()
- Retrieve password only by login. Users with same email
- wp-login.php not returning error messages / or gives 404
- Registration page background color covering 1 screen not covering full page
- Custom error messages for login and lost password forms
- WordPress does not allow me to login until another dashboard is open
- Automatically determine minimum WordPress version required for a plugin?
- How can I redirect user after entering wrong password?
- Unable to login and wp-login.php redirects to wp-admin%2F&reauth=1?
- How do I find the version of WordPress I have from the source code?
- Why are there updates for obsolete WordPress versions?
- Determining WordPress’ Version from the Host’s Command Line?
- Is it necessary to bump a plug-in’s version if you’re just updating the “Tested up to” attribute?
- wordpress redirect after password reset
- The website cannot display the page
- Where does WordPress store version number?
- What is the importance of writing a < WP 3.x compatible plugin nowadays?
- Custom login form
- How to remove the WordPress version from some .css/.js files
- Prevent wp_login_form() from redirecting to wp-admin when there are errors
- Supporting older WordPress versions in a Plugin/Theme? [closed]
- Does the event ‘wp_version_check’ even exist? What is it doing?
- Adding “Remember Me” in custom login
- How do I change the language of only the login page?
- Disable WordPress 3.6 idle logout / login modal window / session expiration
- Beta Versioning of Plugins
- Disable WP core updates but send email notification
- WordPress install enters an infinite loop
- Change Login URL Without Plugin
- Getting version number of latest WordPress release
- Avoid to load default WP styles in login screen
- How to fake a WordPress login?
- How build a custom login/register form with error handling?
- Can not login with correct username and password
- Custom ReCaptcha Login
- Remotely identify the version of a WordPress installation?
- How to find out when WordPress version last updated
- How can I add a custom script to footer of login page?
- Custom login form redirect to external site
- How to keep always logged in development environment
- adding rewrite rules in .htaccess
- Clarification on auth_redirect()
- WordPress AJAX Login Screen
- Logout/login redirect CSS issue
- Switch from Beta Version to Stable Version
- Multi-steps WordPress registration : in 4 steps how to?
- I want to disable E-Mail verifcation / activation when a user signs up for my WordPress site
- custom login page redirect to logged in user profile page
- How to redirect all requests to wp-login.php?
- Where can I get WordPress Version in Dashboard?