Documentation

Knowledge Base - OptionsResolve all of your questions in no time

  • 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.

  • Rewrite – Theme

    The plugin Theme section allow to change any url’s related to a theme or a child theme. As default a resource file loaded from the theme folder appear on front side html like this:

  • wph/settings_changed

    Name: wph/settings_changed Type: Action Arguments: $screen_slug, $tab_slug The action trigger on plugin admin interface Settings Changed. If this action triggered there was no error and the settings where saved successfully.

  • wp-hide/components/general-html/post_class/preserve

    Preserve post class array

  • wp-hide/components/general-html/body_class/preserve

    Remove general classes from body tag This filter helps to control the preserver class array.

  • wp-hide/module_settings

    Return module components settings

  • wp-hide/get_module_item_setting

    Name: wp-hide/get_module_item_setting Type: Filter Arguments: $value, $item_id Returns: (string) $value The action trigger on plugin admin interface Settings Changed. If this action triggered there was no error and the settings where saved successfully.

Scroll to top