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)

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](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://gu.wordpress.org/plugins/wp-admin-buttons/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/wp-admin-buttons/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/wp-admin-buttons/#installation)
 * [ડેવલપમેન્ટ](https://gu.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⌉⌊Widget Form⌉[

**_Widget Form_**

[⌊Front-end⌉⌊Front-end⌉[

**_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.

## સમીક્ષાઓ

આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ 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/), 
જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/wp-admin-buttons/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/wp-admin-buttons/)
દ્વારા[આરઅસઅસ](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**
 *  છેલ્લી અપડેટ: **12 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **10+**
 *  વર્ડપ્રેસ વર્ઝન ** 3.3 અથવા ઉચ્ચતર **
 *  **4.1.0** સુધી પરીક્ષણ કર્યું
 *  ભાષા
 * [English (US)](https://wordpress.org/plugins/wp-admin-buttons/)
 * ટૅગ્સ:
 * [admin ui](https://gu.wordpress.org/plugins/tags/admin-ui/)[button](https://gu.wordpress.org/plugins/tags/button/)
   [buttons](https://gu.wordpress.org/plugins/tags/buttons/)[shortcode](https://gu.wordpress.org/plugins/tags/shortcode/)
   [widget](https://gu.wordpress.org/plugins/tags/widget/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/wp-admin-buttons/advanced/)

## પૉઇન્ટ્સ

હજુ સુધી કોઈ સમીક્ષા સબમિટ કરવામાં આવી નથી.

[તમારા અભિપ્રાયો](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)