Title: LibWp
Author: Mostafa Soufi
Published: <strong>जुलै 19, 2012</strong>
Last modified: एप्रिल 4, 2021

---

प्लगइन शोधा

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

![](https://ps.w.org/libwp/assets/icon-256x256.png?rev=1043606)

# LibWp

 [Mostafa Soufi](https://profiles.wordpress.org/mostafas1990/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/libwp.2.2.zip)

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

 [समर्थन](https://wordpress.org/support/plugin/libwp/)

## वर्णन

Provide some simple functionality to register some hooks that could not register
inside the WordPress themes

### Quick Start

Get instance of main class.

    ```
    LibWp();
    ```

**Post type**

    ```
    LibWp()->postType();
    ```

**Taxonomy**

    ```
    LibWp()->taxonomy();
    ```

### Register a new taxonomy

    ```
    LibWp()->postType()
        ->setName('book')
        ->setLabels([
            'name'          => _x('Books', 'Post type general name', 'textdomain'),
            'singular_name' => _x('Book', 'Post type singular name', 'textdomain'),
            'menu_name'     => _x('Books', 'Admin Menu text', 'textdomain'),
            'add_new'       => __('Add New', 'textdomain'),
            'edit_item'     => __('Edit Book', 'textdomain'),
            'view_item'     => __('View Book', 'textdomain'),
            'all_items'     => __('All Books', 'textdomain'),
        ])
        ->setFeatures([
            'title', 'editor', 'author', 'thumbnail', 'excerpt', 'comments'
        ])
        ->setArgument('show_ui', true)
        ->register();
    ```

### Register a new taxonomy belongs to previous post type

    ```
    LibWp()->taxonomy()
        ->setName('types')
        ->setPostTypes('book')
        ->setArgument('show_in_rest', true)
        ->setLabels([
            'name'          => _x('Types', 'taxonomy general name', 'textdomain'),
            'singular_name' => _x('Type', 'taxonomy singular name', 'textdomain'),
            'search_items'  => __('Search Types', 'textdomain'),
            'all_items'     => __('All Types', 'textdomain'),
            'edit_item'     => __('Edit Type', 'textdomain'),
            'add_new_item'  => __('Add New Type', 'textdomain'),
            'new_item_name' => __('New Type Name', 'textdomain'),
            'menu_name'     => __('Types', 'textdomain'),
        ])
        ->register();
    ```

## स्थापना

 1. Upload `libwp` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## समीक्षा

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

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

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

योगदानकर्ते

 *   [ Mostafa Soufi ](https://profiles.wordpress.org/mostafas1990/)
 *   [ Navid Kashani ](https://profiles.wordpress.org/kashani/)
 *   [ VeronaLabs ](https://profiles.wordpress.org/veronalabs/)

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

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

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

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

#### 2.2

 * Added support filters post type and taxonomy
 * Registered an example of post type & taxonomy after plugin initialization.

#### 2.1

 * Added support custom argument for register the taxonomy

#### 2.0

 * Changed the structure fo boilerplate

#### 1.0

 * Initial the plugin

## मेटा

 *  आवृत्ती **2.2**
 *  शेवटचा अद्यतन **5 वर्षे पूर्वी**
 *  सक्रिय स्थापना **300+**
 *  वर्डप्रेस आवृत्ती ** 3.0 किंवा मोठा **
 *  परीक्षित केले आहे **5.6.17**
 *  PHP आवृत्ती ** 7.1 किंवा मोठा **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/libwp/)
 * टॅग्ज:
 * [functionality](https://mr.wordpress.org/plugins/tags/functionality/)[library](https://mr.wordpress.org/plugins/tags/library/)
   [post type](https://mr.wordpress.org/plugins/tags/post-type/)[taxonomy](https://mr.wordpress.org/plugins/tags/taxonomy/)
   [theme](https://mr.wordpress.org/plugins/tags/theme/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/libwp/advanced/)

## मूल्यांकन

 4 पैकी ५ तारे.

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

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

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

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

 *   [ Mostafa Soufi ](https://profiles.wordpress.org/mostafas1990/)
 *   [ Navid Kashani ](https://profiles.wordpress.org/kashani/)
 *   [ VeronaLabs ](https://profiles.wordpress.org/veronalabs/)

## समर्थन

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

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

## देणगी

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

 [ ह्या प्लगइनला देणगी द्या ](https://wp-sms-pro.com/donate)