Title: Sukellos Login Wrapper
Author: Ludovic Maillet
Published: <strong>માર્ચ 31, 2022</strong>
Last modified: ઓક્ટોબર 3, 2024

---

પ્લગીન શોધો

![](https://ps.w.org/sukellos-login-wrapper/assets/banner-772x250.jpeg?rev=3162613)

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

![](https://ps.w.org/sukellos-login-wrapper/assets/icon-256x256.jpeg?rev=3162613)

# Sukellos Login Wrapper

 [Ludovic Maillet](https://profiles.wordpress.org/sukellos/) દ્વારા

[ડાઉનલોડ](https://downloads.wordpress.org/plugin/sukellos-login-wrapper.1.1.8.zip)

 * [વિગતો](https://gu.wordpress.org/plugins/sukellos-login-wrapper/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/sukellos-login-wrapper/#reviews)
 * [ડેવલપમેન્ટ](https://gu.wordpress.org/plugins/sukellos-login-wrapper/#developers)

 [સપોર્ટ](https://wordpress.org/support/plugin/sukellos-login-wrapper/)

## વર્ણન

Sukellos Login Wrapper enrich the WordPress login with basic features (redirection,
front end profile shortcode…)

This plugin integrates with other Sukellos Tools WordPress plugins to group their
settings in a convenient and centralized administration panel.

[Learn more about Sukellos plugins here.](https://sukellos.com/)

### Admin Builder Basic

Each Sukellos plugin integrates Sukellos Framework, and the Basic version of a feature
called Admin Builder.

#### WP Plugin Development In A Minute

The Sukellos framework was designed to **speed up the development of WordPress plugins**.

Once installed in WordPress, its use is immediate and intuitive thanks to its object-
oriented structure, by using inclusion and inheritance. It allows you to overcome
all the constraints of integration with WordPress, and to focus on the essentials
of your functional logic.

[Get the basic plugin offered, and consult our documentation](https://sukellos.com/tutorial/basic-plugin-installation/)
to know how to use the Sukellos Framework to make your work easier.

#### Easy Admin Pages. Magnify Options

The Admin Builder is the main features embedded in Sukellos Framework. It allows
to **easily build powerful and beautiful custom admin pages** in WordPress Dashboard.

The Admin Builder can be included very simply in your own plugin to create an administration
page in a few lines of code. This takes the hassle out of your hands, making high-
level designs possible with very little development skill. No need to worry about
implementing the form, handling writing fields, just focus on your configuration
logic.

Admin Builder is a powerful way to create configuration pages to **manage WordPress
options**.

Example:

    ```
    // Admin page.
     $admin_page = Admin_Builder::instance()->create_admin_page(
         array(
             'name' => 'My admin page',
             'id' => 'my_admin_page',
             'desc' => __( 'My admin page description', 'text_domain' ),
         )
     );

     // Create a text option field
     $admin_page->create_option(
         array(
             'type' => Item_type::TEXT,
             'id' => 'text_option',
             'name' => __( 'Text', 'text_domain' ),
             'desc' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
         )
     );
    ```

A lot of standard fields are available:

 * Checkbox
 * Multiple choices (checkbox and select) on custom data
 * Content
 * Header
 * Radio
 * Text
 * Textarea
 * Upload

Admin Builder is designed to be used by developers. **Many hooks are available**
to allow full style and behavior customization.

[Get the Admin Builder Examples plugin, and consult our documentation,](https://sukellos.com/tutorial/admin-builder-examples-installation/)
to get many examples to copy / paste.

### Upgrade to Admin Builder Pro

[Learn more about Sukellos Admin Builder Pro here.](https://sukellos.com/wordpress-sukellos-fw-admin-builder/)

#### More field and features

Upgrade to pro to get more field types…

 * AJAX button (and feature)
 * Code (JS, CSS, SCSS)
 * Color picker
 * Date picker
 * EDD Licensing (Easy Digital Downloads)
 * Enable
 * File upload
 * Gallery
 * Note
 * Number slider
 * Select and multiple choices on predefined WordPress data (users, posts, terms,
   fonts…)
 * Sortable
 * WYSIWYG editor

… and allows tabs creation in admin pages.

**Creating an AJAX request becomes child’s play.**

#### Enrich Post Types And User Profiles

Take control of custom fields in any type of posts. **The creation of Metabox becomes
very simple.** All the standard fields can also be used, but this time by associating
them with any post type, stored as post_meta. Admin Builder allows disabling classical
custom fields display. **Users can be enriched** by adding fields that are directly
visible and modifiable in their own profiles. The management of this user_meta is
also possible directly in administration pages.

In the same way as for the options, the management of the post_meta and the user_meta
is simplified as much as possible. **Just a few lines of code are enough.**

#### Automatic CSS Generation. SCSS Support.

In the administration pages, **the options can be taken automatically into account
in CSS.** Each field value can be dynamically associated with a CSS. More complex
styles can also be generated from an administration page thanks to **the magic method
create_css**, in a very simple way. Admin Builder allows the use of a code-like 
configuration field, thanks to the inclusion of the Ace project. This control offers
an input area that supports the CSS / SCSS format. This field can be **automatically
generated and included in the WordPress front end.**

## સ્ક્રીનશોટ

 * [[
 * Admin Page with content: screenshot-1.png
 * [[
 * Menu edition: screenshot-2.png
 * [[
 * Front-end menu: screenshot-3.png

## એફએક્યુ (FAQ)

### Is Sukellos Fw & Admin Builder intended for developers?

It is intended for WordPress developers of all levels, but wishing to design beautiful
administration pages very easily.

## સમીક્ષાઓ

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

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

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

ફાળો આપનારા

 *   [ Ludovic Maillet ](https://profiles.wordpress.org/sukellos/)

[“Sukellos Login Wrapper” ને તમારી ભાષામાં અનુવાદ કરો.](https://translate.wordpress.org/projects/wp-plugins/sukellos-login-wrapper)

### વિકાસમાં રસ ધરાવો છો?

[કોડ બ્રાઉઝ કરો](https://plugins.trac.wordpress.org/browser/sukellos-login-wrapper/),
જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/sukellos-login-wrapper/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/sukellos-login-wrapper/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/sukellos-login-wrapper/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

#### 1.1.8

 * New icon, banner, screenshots

#### 1.1.7

 * WordPress 6.2.2 compatibility
 * Basic Sukellos Fw evolutions 1.3.0

#### 1.1.6

 * New colors

#### 1.1.5

 * WordPress 6.3.0 compatibility
 * New banners

#### 1.1.4

 * WordPress 6.2.2 compatibility
 * Basic Sukellos Fw evolutions 1.2.0

#### 1.1.3

 * WordPress 6.0.3 compatibility

#### 1.1.2

 * WordPress 6.0.2 compatibility
 * Project URL moved

#### 1.1.1

 * Basic Sukellos Fw evolutions 1.1.1

#### 1.1.0

 * WordPress.org SVN repo integration of Enable Classic Editor
 * WordPress.org SVN repo integration of Login Wrapper

#### 1.0.8

 * WordPress.org SVN repo integration of Login Style

#### 1.0.7

 * Fix license page display for Admin Builder Basic

#### 1.0.6

 * WordPress.org SVN repo integration of Image Formats
 * Renaming Disable Gutenberg in Enable Classic Editor

#### 1.0.5

 * Removing wp- prefix

#### 1.0.4

 * WordPress.org SVN repo integration of Dashboard Bar

#### 1.0.3

 * No update URI
 * Correct Stable tag
 * Improve security with includes
 * Sukellos Fw evolutions

#### 1.0.2

 * Licensed plugin

#### 1.0.1

 * Sukellos Fw evolutions

#### 1.0.0

 * First release

## મેટા

 *  વર્ઝન **1.1.8**
 *  છેલ્લી અપડેટ: **2 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **10 કરતા ઓછા**
 *  વર્ડપ્રેસ વર્ઝન ** 5.2 અથવા ઉચ્ચતર **
 *  **6.6.5** સુધી પરીક્ષણ કર્યું
 *  PHP સંસ્કરણ ** 7.2 અથવા ઉચ્ચતર **
 *  ભાષા
 * [English (US)](https://wordpress.org/plugins/sukellos-login-wrapper/)
 * ટૅગ્સ:
 * [admin](https://gu.wordpress.org/plugins/tags/admin/)[admin builder](https://gu.wordpress.org/plugins/tags/admin-builder/)
   [custom admin pages](https://gu.wordpress.org/plugins/tags/custom-admin-pages/)
   [custom admin panel](https://gu.wordpress.org/plugins/tags/custom-admin-panel/)
   [option](https://gu.wordpress.org/plugins/tags/option/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/sukellos-login-wrapper/advanced/)

## પૉઇન્ટ્સ

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

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

[બધા  સમીક્ષાઓ જુઓ](https://wordpress.org/support/plugin/sukellos-login-wrapper/reviews/)

## ફાળો આપનારા

 *   [ Ludovic Maillet ](https://profiles.wordpress.org/sukellos/)

## સપોર્ટ

કંઈક કહેવું છે? મદદ જોઈએ છે?

 [આધાર ફોરમ જુઓ](https://wordpress.org/support/plugin/sukellos-login-wrapper/)

## દાન

શું તમે આ પ્લગિનની પ્રગતિને સમર્થન આપવા માંગો છો?

 [ આ પ્લગિનને દાન કરો ](https://wp-adminbuilder.com/)