Unbranded Portal Connector

Descrição

Once you’ve signed up for your free Unbranded Portal account from Unbranded Manchester you can use this plugin to report all website activity log data straight into your account.

By bypassing the WordPress database we’re able to ensure that your site size remains small whilst collecting all critical data from how the admin side of your site is being used.

Installed plugins and WordPress versions are now sent to the Support Portal daily for a full security and vulnerability audit.

External services

This plugin connects to an API to to submit your updates to the Unbranded Portal for all logged in users.
The following information is sent with each post to the API:
– Current Username and Email address
– API Key and Portal Project ID
– Your Website URL
– The event that has taken place, and details of what that even was. Where a change was made, it will show the previous and new values.

The following actions are currently tracked by the plugin:
– When a plugin is added, updated, activated or deactivated
– When user is added, changed or deleted
– When a new post is created, updated or deleted
– When site options like, permalinks, site name, discourage search engines are changed

Terms of Use
Privacy Policy

Instalação

How to install the Activity Log to API Plugin

  1. Upload unbranded-portal-connector folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Log in to your Unbranded Portal account and get your API key and Project ID
  4. Navigate to the Activity Log API menu in wordpress
  5. Copy and paste your API Key and Project ID into the fields
  6. That’s it, you’re good to go, you will now see activity logs in your portal account

Perguntas frequentes

Do I need to pay for this plugin?

No, this is a free service that works alongside your portal account

Can I restrict users from seeing the logs in my portal account

Yes, just set the user permissions of each user as you wish

Avaliações

Este plugin não tem avaliações.

Contribuidores e programadores

“Unbranded Portal Connector” é software de código aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores

Registo de alterações

1.0

  • Initial commit of plugin

1.0.1

  • Improve functionality around post create and amend reports (ignore revisions)

1.0.2

  • FIX : Replace function for reporting new posts and pages with original variables.

1.1.0

  • REBUILD : Rebuilt file and class structure to be more OOP
  • FEATURE : Added feature to report plugin versions for audit in your support portal

1.1.1

  • FIX : Conditionally load API fields if set.
  • FIX : Replace WP_HOME with home_url() as WP_HOME is not universally set.

1.1.2

  • FIX : Set API key var to null if not set so checks work

1.1.3

  • FIX : Remove frontend scripts and styles as unused