Title: WP-Logs
Author: neiltron
Published: <strong>19 اکتبر 2010</strong>
Last modified: 2 نوامبر 2010

---

جستجوی افزونه‌ها

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](https://s.w.org/plugins/geopattern-icon/wp-logs.svg)

# WP-Logs

 توسط [neiltron](https://profiles.wordpress.org/neiltron/)

[دانلود](https://downloads.wordpress.org/plugin/wp-logs.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/wp-logs/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/wp-logs/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/wp-logs/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/wp-logs/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/wp-logs/)

## توضیحات

WP-Logs enables developers to track system events from within the WordPress admin
area; i.e., tracking user logins, new posts, comments, etc. It’s also very helpful
if you need to build an API on top of WordPress and track usage to make sure everything
is functioning correctly.

After installation, a ‘Logs’ tab appears in the admin panel which lists all events
that have been sent to it via the simple EventLog() call (see installation for more
details).

To see our other work, visit [www.shockoe.com](http://www.shockoe.com). Google Analytics
code adapted from work by there4 development.

## عکس‌های صفحه

[⌊List of logged events in the admin panel.⌉⌊List of logged events in the admin 
panel.⌉[

List of logged events in the admin panel.

## نصب

 * Upload files to your site’s plugin directory
 * Activate WP-Logs in the admin panel
 * Add EventLog line to your theme/plugin code

#### EventLog()

The EventLog call should resemble this:

$EventLog = new EventLog(array( ‘event’ => ‘Login Successful’, ‘text’ => var_export(
$_REQUEST,1) ));

The only required parameter is ‘event’; ‘text’ can be any value(s) you want.

#### Google Analytics Integration

To have your events posted to Google Analytics, add your UA code to line 25 of analytics_events.
php. If you are using [Yoast’s Google Analytics plugin](https://wordpress.org/extend/plugins/google-analytics-for-wordpress/),
you can skip this step as WP-Logs will pull your UA information from the database.

#### Notifo Integration

WP-Logs integrates with [Notifo](http://www.notifo.com) to make it easy to receive
notices of events in realtime to either your phone or desktop. The [WP-Notifo plugin](https://wordpress.org/extend/plugins/wp-notifo/)
is required to use this functionality.

To use it, setup and configure WP-Notifo with your Notifo API keys. Then add a ‘
notifo’ line to your EventLog call, e.g.:

    ```
    $EventLog = new EventLog(array(
        'event' => 'New post',
        'text' => 'A user created a new post',
        'notifo' => 1
    ));
    ```

The last line tells WP-Logs to send this event to Notifo.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“WP-Logs” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ neiltron ](https://profiles.wordpress.org/neiltron/)
 *   [ shockoe ](https://profiles.wordpress.org/shockoe/)

[ترجمه “WP-Logs” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/wp-logs)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/wp-logs/)، [مخزن SVN](https://plugins.svn.wordpress.org/wp-logs/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/wp-logs/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/wp-logs/) مشترک شوید.

## گزارش تغییرات

#### 0.6

 * Added WP-Notifo integration

#### 0.5.1

 * Remove ‘Add New’ from the admin menu

#### 0.5

 * First version of WP-Logs.

## اطلاعات

 *  نگارش **0.6**
 *  آخرین به‌روزرسانی **16 سال پیش**
 *  نصب‌های فعال **10+**
 *  نگارش وردپرس ** 3.0 یا بالاتر **
 *  آزمایش‌شده تا **3.0.5**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/wp-logs/)
 * برچسب
 * [analytics](https://fa.wordpress.org/plugins/tags/analytics/)[developer](https://fa.wordpress.org/plugins/tags/developer/)
   [logs](https://fa.wordpress.org/plugins/tags/logs/)[notification](https://fa.wordpress.org/plugins/tags/notification/)
   [tracking](https://fa.wordpress.org/plugins/tags/tracking/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/wp-logs/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[بررسی شما](https://wordpress.org/support/plugin/wp-logs/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/wp-logs/reviews/)

## مشارکت کنندگان

 *   [ neiltron ](https://profiles.wordpress.org/neiltron/)
 *   [ shockoe ](https://profiles.wordpress.org/shockoe/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/wp-logs/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](http://www.shockoe.com)