Title: WP Admin Buttons
Author: miunosoft
Published: <strong>जानेवारी 30, 2015</strong>
Last modified: फेब्रुवारी 1, 2015

---

प्लगइन शोधा

![](https://ps.w.org/wp-admin-buttons/assets/banner-772x250.png?rev=1079324)

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

![](https://ps.w.org/wp-admin-buttons/assets/icon-256x256.png?rev=1079307)

# WP Admin Buttons

 [miunosoft](https://profiles.wordpress.org/miunosoft/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/wp-admin-buttons.1.0.2.zip)

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

 [समर्थन](https://wordpress.org/support/plugin/wp-admin-buttons/)

## वर्णन

#### Features

 * **Widget**
 * **Shortcode** – for the parameters see the Other Notes section.
 * **Custom Colors** – set your favorite colors.

#### Shortcode and Function Parameters

The following parameters can be used for the shortcode or the PHP function of the
plugin, `printWPAdminButton()`

 * **href** – the link url.
 * [wp_admin_button href=”http://my-download-url/file.zip”]
 *  ‘http://my-download-url/file.zip’) ); ?>
 * **label** – the text label shown in the button.
 * [wp_admin_button label=”Get” href=”http://my-download-url/file.zip”]
 *  ‘Get’, ‘href’ => ‘http://my-download-url/file.zip’ ) ); ?>
 * **size** – the button size. This argument accepts either `large`, `medium`, `
   small`.
 * [wp_admin_button size=”large” href=”http://my-download-url/file.zip”]
 *  ‘large’, ‘href’ => ‘http://my-download-url/file.zip’ ) ); ?>
 * **type** – the button type. This argument accepts either `button-primary`, or`
   buton-secondary`.
 * [wp_admin_button type=”button-secondary” href=”http://my-download-url/file.zip”]
 *  ‘button-secondary’, ‘href’ => ‘http://my-download-url/file.zip’ ) ); ?>

The follwoing color arguments can override the defult colors.

 * **label_color** – the label text color.
 * **background_color** – the button background color.
 * **border_color** – the button border color.
 * [wp_admin_button label_color=”#ccc” background_color=”transparent” href=”http://
   my-download-url/file.zip”]
 *  ‘#ccc’,
    ‘background_color’ => ‘transparent’, ‘href’ => ‘http://my-download-
   url/file.zip’, ) ); ?>

The following additional HTML tag attributes can be set.

 * **title** – the `title` attribute.
 * **class** – the `class` attribute.
 * **style** – the `inline` style attribute.
 * **target** – the `target` attribute.
 * **rel** – the `rel` attribute.
 * [wp_admin_button title=”Get the file now!” class=”my-custom-class-selector” “
   style=”text-align:center;” target=”_blank” rel=”nofollow” href=”http://my-download-
   url/file.zip”]
 *  ‘button-secondary’,
    ‘title’ => ‘Get the file now!’, ‘class’ => ‘my-custom-class-
   selector’, ‘style’ => ‘text-align:center’, ‘target’ => ‘_blank’, ‘href’ => ‘http://
   my-download-url/file.zip’, ) ); ?>

## स्क्रीनशॉट

 * [[
 * **_Widget Form_**
 * [[
 * **_Front-end_**

## स्थापना

#### Install

 1. Upload **`wp-admin-buttons.php`** and other files compressed in the zip folder 
    to the **`/wp-content/plugins/`** directory.,
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.

## समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

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

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

योगदानकर्ते

 *   [ miunosoft ](https://profiles.wordpress.org/miunosoft/)
 *   [ Michael Uno ](https://profiles.wordpress.org/michael-uno/)

[भाषांतर करा “WP Admin Buttons” तुमच्या भाषेत.](https://translate.wordpress.org/projects/wp-plugins/wp-admin-buttons)

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

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

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

#### 1.0.2 – 2015/02/01

 * Fixed field title labels of the widget form.

#### 1.0.1 – 2015/01/31

 * Fixed a misspelled function name.

#### 1.0.0 – 2015/01/31

 * Chagned the version for release.

#### 0.0.6

 * Fixed a compatibility issue with third-party plugins.

#### 0.0.5

 * Added the ability to restore the previous color when the mouse cursor goes out
   the button.

#### 0.0.4

 * Added custom mouse hover color fields.

#### 0.0.3

 * Added a description field in the widget form.

#### 0.0.2

 * Fixed some small bugs.

#### 0.0.1 – 2015/01/27

 * Released beta.

## मेटा

 *  आवृत्ती **1.0.2**
 *  शेवटचा अद्यतन **11 वर्षे पूर्वी**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस आवृत्ती ** 3.3 किंवा मोठा **
 *  परीक्षित केले आहे **4.1.0**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/wp-admin-buttons/)
 * टॅग्ज:
 * [admin ui](https://mr.wordpress.org/plugins/tags/admin-ui/)[button](https://mr.wordpress.org/plugins/tags/button/)
   [buttons](https://mr.wordpress.org/plugins/tags/buttons/)[shortcode](https://mr.wordpress.org/plugins/tags/shortcode/)
   [widget](https://mr.wordpress.org/plugins/tags/widget/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/wp-admin-buttons/advanced/)

## मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

[Your review](https://wordpress.org/support/plugin/wp-admin-buttons/reviews/#new-post)

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/wp-admin-buttons/reviews/)

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

 *   [ miunosoft ](https://profiles.wordpress.org/miunosoft/)
 *   [ Michael Uno ](https://profiles.wordpress.org/michael-uno/)

## समर्थन

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

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/wp-admin-buttons/)

## देणगी

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

 [ ह्या प्लगइनला देणगी द्या ](http://en.michaeluno.jp/donate)