F(x) Login Notification Wordpress Plugin - Rating, Reviews, Demo & Download

F(x) Login Notification Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

f(x) Login Notification plugin is a security utility plugin to let you know who log to your site with other useful information such as user information and IP address via configurable email message.

After you install and activate this plugin, you can configure via Login Notification settings page in “Settings > Login Notification”.

Features:

  1. Be the first to know when someone login to your site (or hack your site).
  2. Enable/disable admin notification.
  3. Exclude user roles for admin notification.
  4. Configurable email template.
  5. Extendable and fully documented (read the Dev Notes).
  6. The GPL v2.0 or later license. 🙂 Use it to make something cool.
  7. Support available at Genbu Media.

Dev Notes

Notes for developer:

Github

Development of this plugin is hosted at GitHub. Pull request and bug reports are welcome.

Options

This plugin save the options in single option name: fx-login-nf-admin.

Hooks

List of hooks available in this plugin:

filter: fx_login_nf_user_roles (array)

List of user roles in the checkbox option.

filter: fx_login_nf_email_subject_template_default (string)

The default email subject template. This string is translateable. To translate it in your language, translate the plugin and do not use this filter.

filter: fx_login_nf_email_content_template_default (string)

The default email content template. This string is translateable. To translate it in your language, translate the plugin and do not use this filter.

filter: fx_login_nf_email_template_note (string)

The template tags note in the settings page. Use this if you want to remove and add your own template tags in the email. This string is translateable. To translate it in your language, translate the plugin and do not use this filter.

filter: fx_login_nf_parse_template (string)

If you create your own tag, you can pass it in this filter.

filter: fx_login_nf_from_email (string)

“From Email Address” used to send the notification. As default it will use “noreply@{your site domain}”.

filter: fx_login_nf_from_name (string)

“From Email Address Name” used to send the notification. As default it will use “{your site name} Notification”. This string is translateable.

action: fx_login_nf_before_send_mail

Hook before email notification is sent.

action: fx_login_nf_after_send_mail

Hook after email notification is sent.

Screenshots

  1. Settings screenshot

    Settings screenshot


Reviews & Comments