Using the WordPress as CMS to manage your website it turns into a magnet for all brute force attempts to login, from boots and hackers. On CODEX there’s a dedicated page for such topic Brute Force Attacks it’s a very sensible area of your website and should get the appropriate attention from everyone. There are […]
This section provides a way to control aspects of the front-side scripts loaded using the HTML script tag. An example of such a link: <script type=’text/javascript’ id=’jquery-framework’ src=’http://-domain-name-/wp-includes/js/jquery/jquery.js?ver=1.12.4′></script> Remove Version The option method helps to remove the JavaScript version number which is being appended at the end of every script file. Generally, the version number […]
This section provide methods to control the style links format being displayed on front side. An example of such link: <style rel=’stylesheet’ id=’id-of-style’ type=’text/css’ media=’all’ href=’http://-domain-name-/wp-content/themes/default/css/style.css?ver=1.12.4′></style> Remove Version This provide a method to remove the Style file version number which is being append at the end of every style tag. Generally this is intended […]
Originating on Japanese mobile phones in the late 1990s, emoji have become increasingly popular worldwide since their international inclusion in Apple’s iPhone, which was followed by similar adoption by Android and other mobile operating system. But not everyone use Emoji. Since WordPress load the dependencies as default, it decrease the overall site speed. Disabling this […]
Remove WordPress Generator Meta Remove the autogenerated meta generator tag within head (WordPress Version). Tag example: <meta name=”generator” content=”WordPress 4.6.1″ /> Remove Other Generator Meta Remove other meta generated tags within head (eg Theme Name, Theme Version). Tag example: <meta content=”Divi – Child v.1.0.0″ name=”generator”/> Removing such meta tag create issues for BuddyPress plugin which […]
As default the WordPress url’s format include an ending slash. There are situations when this slash is not being append. Turning on this option, all links will get a slash if not included as default. This is also useful when someone try to view a directory content. On majority of servers, when try to open […]
Any WordPress instance includes specific files located within the root install directory. You may think this is not a big deal as any site contains such a file. The problem is they use a format that makes your WordPress easily traceable:
The WordPress REST API provides a powerful and straightforward way to interact with your site’s data through a set of HTTP endpoints. It allows you to access and manipulate various types of content, including users, posts, taxonomies, and more, all in a simple JSON format. Whether you need to retrieve information or update existing data, […]
Within a WordPress install the Plugins are usually located within -domain-name-/wp-content/plugins This functionality provide an easy way to virtually change the path to something else. http://-domain-name-/wp-content/plugins/jetpack/ New Plugins Path Use any alphanumeric symbols for this field which will be used as the new slug for the plugins folder. Presuming an apps slug is being used, […]