Documentation

Knowledge Base - OptionsResolve all of your questions in no time

  • General / Html – Styles

    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 […]

  • General / Html – Emoji

    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 […]

  • General / Html – Meta

    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 […]

  • Rewrite – URL Slash

    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 […]

  • Rewrite – Root Files

    Any WordPress instance include specific files located within root install directory. You may think this is not a big deal as any site contain such file. The problem is they use a format which makes your WordPress easy traceable:

  • Rewrite – JSON REST

    The WordPress REST API is an easy-to-use set of HTTP endpoints which allows access a site data in simple JSON format. That including users, posts, taxonomies and more. Retrieving or updating is as simple as sending a HTTP request. A REST API can be consumed everywhere. On mobile applications, on front-end (web apps) or any […]

  • Rewrite – XML RPC XML-RPC is a remote procedure call (RPC) protocol that uses XML to encode its calls and HTTP as a transport mechanism. This works by sending an HTTP request to a server implementing the protocol. The client in that case is typically software that calls a single method of a remote system. Multiple input parameters can [...]
  • Rewrite – Plugins

    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, […]

  • Rewrite – WP Content

    As default a WordPress installation use a wp-content directory which store themes, plugins, media files, cache data etc. This option allow a way to change this slug to something else on front side html.

  • Rewrite – WP includes

    As default a WordPress installation contain a wp-include folder which store files and resources used on themes and plugin. This section allow a way to change this slug from any links on front side html.

Scroll to top