Title: Dapre Custom Fields Tools
Author: Giulio Daprela
Published: <strong>मार्च 18, 2021</strong>
Last modified: मार्च 18, 2021

---

प्लगइन शोधा

![](https://ps.w.org/dapre-custom-fields-tools/assets/banner-772x250.png?rev=2498463)

हे प्लगइन **WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी 
चाचणी झालेले नाही**. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु
शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता
आहे.

![](https://ps.w.org/dapre-custom-fields-tools/assets/icon-256x256.png?rev=2498463)

# Dapre Custom Fields Tools

 [Giulio Daprela](https://profiles.wordpress.org/daprela/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/dapre-custom-fields-tools.5.3.1.zip)

 * [तपशील](https://mr.wordpress.org/plugins/dapre-custom-fields-tools/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/dapre-custom-fields-tools/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/dapre-custom-fields-tools/#installation)
 * [डेव्हलोपमेंट](https://mr.wordpress.org/plugins/dapre-custom-fields-tools/#developers)

 [समर्थन](https://wordpress.org/support/plugin/dapre-custom-fields-tools/)

## वर्णन

This plugin is a ‘swiss army knife’ of custom fields. It allows you to manipulate
them to make it easy the testing and debugging of applications.

This plugin was built in a moment of desperation when I couldn’t access phpMyAdmin
in a mu website.
 I absolutely needed to manipulate the custom fields for testing
and debugging, version 1.0 was up in 4 hours. In the following months I realized
how useful the plugin was and couldn’t work anymore without it. It had become part
of my standard toolset.

Features:
 1 Read/write/delete options, user fields and post fields. 2 Populate 
the field with an empty array. 3 Insert a date string and translate it into a timestamp
or vice versa to emulate specific dates. 4 Change name to a field. 5 Copy any field’s
content to any other field (for example, option to user field) even of a different
name.

You can contribute to the plugin or just study the code on the [Github repo](https://github.com/daprela/dapre-custom-fields-tools/).

## स्थापना

 1. Visit the plugins page within your dashboard and select ‘Add New’;
 2. Search for ‘Dapre Custom Fields Tools’;
 3. Activate the plugin from your Plugins page;

## समीक्षा

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

### 󠀁[Does what it says on the box](https://wordpress.org/support/topic/does-what-it-says-on-the-box-81/)󠁿

 [Leo Gopal](https://profiles.wordpress.org/leogopal/) मार्च 18, 2021

Works exceptionally well to assist in debugging and testing of custom fields in 
WordPress. Does it well, and saves you time.

 [ सर्व 1 पुनरावलोकन वाचा ](https://wordpress.org/support/plugin/dapre-custom-fields-tools/reviews/)

## योगदानकर्ते आणि विकसक

“Dapre Custom Fields Tools” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या
निर्मितीत योगदान केले आहे.

योगदानकर्ते

 *   [ Giulio Daprela ](https://profiles.wordpress.org/daprela/)

[भाषांतर करा “Dapre Custom Fields Tools” तुमच्या भाषेत.](https://translate.wordpress.org/projects/wp-plugins/dapre-custom-fields-tools)

### विकासातील आग्रह?

[कोड ब्राउझ करा](https://plugins.trac.wordpress.org/browser/dapre-custom-fields-tools/),
[SVN संग्रहालय](https://plugins.svn.wordpress.org/dapre-custom-fields-tools/) तपासा,
किंवा [विकास लॉग](https://plugins.trac.wordpress.org/log/dapre-custom-fields-tools/)
च्या [RSS](https://plugins.trac.wordpress.org/log/dapre-custom-fields-tools/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## बदलांची यादी

#### 5.3.1

 * Fixed an error in casting a return value.

#### 5.3.0

 * Refactored the UI of the meta fields tables to use REACT.

#### 5.2.0

 * Meta fields rows can now be added and removed dynamically.
 * Bug fixing.

#### 5.1.1

 * Fixed visualization bug in first row of meta fields.

#### 5.1.0

 * Improved UI

#### 5.0.0

 * Moved from AJAX to REST API.
 * Moved from JQuery to vanilla JavaScript.

#### 4.6.1

 * Updated npm packages versions.
 * Built distributable file.

#### 4.6.0

 * Refactored CSS to use grid and flexbox instead of tables.
 * Refactored CSS to use BEVM coding principles.
 * Refactored templates to comply with changes in CSS.

#### 4.5.0

 * Added Gulp workflow.
 * Refactored code and created new plugin structure to meet the new workflow needs.
 * Refactored JavaScript and removed all inline events left.

#### 4.4.0

 * refactored JavaScript to remove all inline events.
 * bugfix: plugin left the delete option enabled with non existing meta fields.

#### 4.3.0

 * made all strings translatable and escaped output.

#### 4.2.3

 * added filter input to avoid accessing $_POST directly.

#### 4.2.2

 * Initialized variables containing CSS classes to remove warnings.

#### 4.2.1

 * Renamed constant PLUGIN_PATH with PLUGIN_DIRPATH for better clarity.

#### 4.2.0

 * Minor code refactoring. Abstracted some common methods.

#### 4.1.1

 * Moved conditionals from templates to classes.

#### 4.1.0

 * Added PHP version check. Minimum version required is PHP 7.x

#### 4.0.0

 * Introduced classes for option fields, user fields and post fields
 * Refactored the previous options array. Now there are three arrays instead of 
   one
 * It is now possible to also read/write base fields for user fields and post fields(
   fields that are in the wp_users table and wp_posts table)
 * Improved error handling where the user get an error after trying to write on 
   a meta field
 * Added colorbox library

#### 3.4.0

 * Refactored settings page to make html code cleaner and get ready for the next
   evolution

#### 3.3

 * Added copy boxes to allow copy any field to any field even of a different type

#### 3.2

 * Added rename option box

#### 3.1

 * Moved the three boxes into tabs
 * Switch tabs through JS

#### 3.0

 * converted plugin to AJAX

#### 2.0

 * Added actions
 * Added checkbox to toggle date string/timestamp
 * Possible to add an empty array

#### 1.0

 * First version, very basic.

## मेटा

 *  आवृत्ती **5.3.1**
 *  शेवटचा अद्यतन **6 वर्षे पूर्वी**
 *  सक्रिय स्थापना **10 पेक्षा कमी**
 *  वर्डप्रेस आवृत्ती ** 5.0.0 किंवा मोठा **
 *  परीक्षित केले आहे **5.7.0**
 *  PHP आवृत्ती ** 7.3 किंवा मोठा **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/dapre-custom-fields-tools/)
 * टॅग्ज:
 * [debug](https://mr.wordpress.org/plugins/tags/debug/)[developer](https://mr.wordpress.org/plugins/tags/developer/)
   [utility](https://mr.wordpress.org/plugins/tags/utility/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/dapre-custom-fields-tools/advanced/)

## मूल्यांकन

 5 पैकी ५ तारे.

 *  [  1 5-तारांकित पुनरावलोकन     ](https://wordpress.org/support/plugin/dapre-custom-fields-tools/reviews/?filter=5)
 *  [  0 4-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/dapre-custom-fields-tools/reviews/?filter=4)
 *  [  0 3-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/dapre-custom-fields-tools/reviews/?filter=3)
 *  [  0 2-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/dapre-custom-fields-tools/reviews/?filter=2)
 *  [  0 1-तारांकित परीक्षणे     ](https://wordpress.org/support/plugin/dapre-custom-fields-tools/reviews/?filter=1)

[आपला अभिप्राय](https://wordpress.org/support/plugin/dapre-custom-fields-tools/reviews/#new-post)

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/dapre-custom-fields-tools/reviews/)

## योगदानकर्ते

 *   [ Giulio Daprela ](https://profiles.wordpress.org/daprela/)

## समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/dapre-custom-fields-tools/)

## देणगी

आपण हे प्लगइन पुरविण्यात समर्थन करू इच्छिता का?

 [ ह्या प्लगइनला देणगी द्या ](http://giuliodaprela.com/)