Title: Advanced Custom Fields Viewer
Author: Joe Fusco
Published: <strong>26 مارس 2015</strong>
Last modified: 13 نوامبر 2017

---

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

![](https://ps.w.org/advanced-custom-fields-viewer/assets/banner-772x250.jpg?rev
=1120936)

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

![](https://ps.w.org/advanced-custom-fields-viewer/assets/icon.svg?rev=1120936)

# Advanced Custom Fields Viewer

 توسط [Joe Fusco](https://profiles.wordpress.org/joefusco/)

[دانلود](https://downloads.wordpress.org/plugin/advanced-custom-fields-viewer.zip)

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

 [پشتیبانی](https://wordpress.org/support/plugin/advanced-custom-fields-viewer/)

## توضیحات

If you are working with a large number of fields in Elliot Condon’s Advanced Custom
Fields, chances are you manually wrap print_r inside of pre tags while building 
themes. Sometimes you just need all the fields you are working with more accessible
and out of the way. You will be able to bounce back and forth between fields on 
your current page and the options page if available, and quickly close the menu 
once done.

#### امکانات

 * Viewer button hidden until needed in the top left corner of your theme.
 * 3 different color schemes for the front end viewer.
 * Supports viewing of non Advanced Custom Fields arrays! Just use `acfv( $array)`.

#### Contributing

Contributions are welcome on GitHub. https://github.com/josephfusco/advanced-custom-
fields-viewer/

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

[⌊Plugin Settings⌉⌊Plugin Settings⌉[

Plugin Settings

[⌊Front End Toggle Button⌉⌊Front End Toggle Button⌉[

Front End Toggle Button

[⌊Front End Viewer⌉⌊Front End Viewer⌉[

Front End Viewer

## نصب

 1. Upload `advanced-custom-fields-viewer` to the `/wp-content/plugins` directory.
 2. Activate the plugin through the `Plugins` menu in WordPress.
 3. Click on the new menu item `Viewer` for plugin options.
 4. Hover top left of the front of your site to see the toggle button for all available
    ACF fields for the current page, as well as the options page if available.

## سوالات متداول

  Installation Instructions

 1. Upload `advanced-custom-fields-viewer` to the `/wp-content/plugins` directory.
 2. Activate the plugin through the `Plugins` menu in WordPress.
 3. Click on the new menu item `Viewer` for plugin options.
 4. Hover top left of the front of your site to see the toggle button for all available
    ACF fields for the current page, as well as the options page if available.

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

![](https://secure.gravatar.com/avatar/167415e0e6504d7cc12b74e5bc39ec2371466dba0068452b29700e8ba60db6c3?
s=60&d=retro&r=g)

### 󠀁[Incredibly helpful](https://wordpress.org/support/topic/increcibly-helpful/)󠁿

 [Clickadelic](https://profiles.wordpress.org/clickadelic/) 23 فوریه 2017

I’ve stumpled accross this plugin by accident, because I’m developing a custom theme
with ACF. After installation, I was disappointed, that nothing changed..until I 
found the button on the frontend. This plugin is so incredibly helpful, after one
day using it, I can’t imagine working without it in the future. It’s awesome. I 
love it, and you will love it too. Guaranteed!

![](https://secure.gravatar.com/avatar/98dc3e3600f4a92e514709279498a870bd7bcd93c44a937790db684449bc5e67?
s=60&d=retro&r=g)

### 󠀁[Dramatically increases productivity](https://wordpress.org/support/topic/dramatically-increases-productivity/)󠁿

 [johnsd](https://profiles.wordpress.org/johnsd/) 3 سپتامبر 2016 3 پاسخ

This plugin saves so much time when building out sites that depend on Advanced Custom
Fields. For very large sites, it sometimes reduces development time by about 20%.
I use ACF Field Viewer in conjunction with this ACF filter, which shows the field
names inline on every edit screen that contains ACF field groups: https://gist.github.
com/jcallery/31af5747e5ead8894bd9

 [ خواندن تمامی 4 نقد و بررسی‌ ](https://wordpress.org/support/plugin/advanced-custom-fields-viewer/reviews/)

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

“Advanced Custom Fields Viewer” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت
کرده‌اند.

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

 *   [ Joe Fusco ](https://profiles.wordpress.org/joefusco/)

[ترجمه “Advanced Custom Fields Viewer” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/advanced-custom-fields-viewer)

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

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

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

#### 1.2.2

 * Add composer support.

#### 1.2.1

 * Trigger notification for last forgotten commit that prevented plugin activation.
 * Clean up unused files.

#### 1.2

 * Fixed CSS conflict with word-break forcing viewer to appear at certain screen
   widths.
 * Added keyboard shortcuts to toggle viewer menu.
 * Added link to GitHub repository.
 * Minor code improvements.

#### 1.1.6

 * Fix broken link to plugin settings page.
 * Minor code improvements.

#### 1.1.5

 * Moved settings menu from top level menu to child of settings.
 * Renamed settings menu from `Viewer` to `ACF Viewer`.
 * Removed author logo for a cleaner admin UI.
 * Fixed minor typos.
 * Improved behind the scenes formatting.

#### 1.1.4

 * Fixed php errors with defining constants.
 * Increased z-index of viewer to be just underneath admin bar.
 * Improved viewer selectors to prevent theme overrides.
 * Added slight padding to viewer for improved appearance.

#### 1.1.3

 * Fixed white-space bug within pre element.

#### 1.1.2

 * Edited plugin description.

#### 1.1.1

 * Added admin menu icon.

#### 1.1.0

 * Added support for non Advanced Custom Fields arrays to be seen in viewer.
 * Added svg icon to viewer button.
 * Cleaned up source code.

#### 1.0.0

 * Advanced Custom Fields Viewer.

## اطلاعات

 *  نگارش **1.2.2**
 *  آخرین به‌روزرسانی **9 سال پیش**
 *  نصب‌های فعال **100+**
 *  نگارش وردپرس ** 3.5.0 یا بالاتر **
 *  آزمایش‌شده تا **4.9.31**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/advanced-custom-fields-viewer/)
 * برچسب
 * [acf](https://fa.wordpress.org/plugins/tags/acf/)[advanced custom fields](https://fa.wordpress.org/plugins/tags/advanced-custom-fields/)
   [custom](https://fa.wordpress.org/plugins/tags/custom/)[custom field](https://fa.wordpress.org/plugins/tags/custom-field/)
   [field](https://fa.wordpress.org/plugins/tags/field/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/advanced-custom-fields-viewer/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 4 5-ستاره     ](https://wordpress.org/support/plugin/advanced-custom-fields-viewer/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/advanced-custom-fields-viewer/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/advanced-custom-fields-viewer/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/advanced-custom-fields-viewer/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/advanced-custom-fields-viewer/reviews/?filter=1)

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

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

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

 *   [ Joe Fusco ](https://profiles.wordpress.org/joefusco/)

## پشتیبانی

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

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