Title: Wp Html Class
Author: Maickon Rangel
Published: <strong>एप्रिल 22, 2015</strong>
Last modified: एप्रिल 22, 2015

---

प्लगइन शोधा

![](https://ps.w.org/wp-html-class/assets/banner-772x250.png?rev=1142224)

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

![](https://ps.w.org/wp-html-class/assets/icon-128x128.png?rev=1142220)

# Wp Html Class

 [Maickon Rangel](https://profiles.wordpress.org/maickonrabgel/) कडून

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

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

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

## वर्णन

A simple PHP class to work with PHP code instead of HTML in your projects. Once 
installed, simply use the object $ wp_tag to manipulate HTML elements.

With this plugin you no longer use HTML code in your projects and starts to use 
a $ wp_tag object that will refer to any tag.

For those who do not like to mix HTML with PHP code in your projects, this plugin
offers of help.

### Wp-Html-Class

Uma simples classe PHP para se trabalhar com códigos PHP ao invés de HTML em seus
projetos. Após instalado, basta utilizar o objeto $wp_tag para manipular os elementos
HTML.

    ```
    /**
     * Exemplo de uso da classe WpHtmlClass.
     * A abertura da tag é feita com um método. Este método possui somente um parametro.
     * Este parâmetro é uma String.
     * 
     */
        <?php
            $wp_tag->div('class="x" id="y"'); //Abre uma tag DIV com classe e id 
            $wp_tag->div; // fecha a tag DIV

            $wp_tag->hr(); //criar uma linha

            $wp_tag->img('src="img/image.png"'); //cria uma imagem

            $wp_tag->h1();
                $wp_tag->wp_print('Hello World'); //inprime uma string

                //wp_print() aceita um segundo parametro que por padrão é null
                //ele pode ser "decode" ou "encode"
                $wp_tag->wp_print('Hello World','decode'); 
            $wp_tag->h1;
        ?>
    ```

A idéia principal é tornar o código mais claro, sem precisar estar misturando elementos
HTML com PHP.

#### English Version

A simple PHP class to work with PHP code instead of HTML in your projects. Once 
installed, simply use the object $ wp_tag to manipulate HTML elements. ex:

    ```
    /**
     * Example using the Wp Html Class class.
     * The opening of the tag is performed with a method. This method has only one parameter.
     * This parameter is a String.
     * 
     */

        <?php
            $wp_tag->div('class="x" id="y"'); //Opens a DIV tag with class and id
            $wp_tag->div; //closes the DIV tag

            $wp_tag->hr(); //create a line

            $wp_tag->img('src="img/image.png"'); //create a image

            $wp_tag->h1();
                $wp_tag->wp_print('Hello World'); //print a string

                //print_wp () accepts a second parameter that by default is null
                //it can be "decode" or "encode"
                $wp_tag->wp_print('Hello World','decode'); 
            $wp_tag->h1;
        ?>
    ```

The main idea is to make the code clearer, without being mixing HTML elements with
PHP.

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

[⌊Exemple 1⌉⌊Exemple 1⌉[

Exemple 1

[⌊Exemple 2⌉⌊Exemple 2⌉[

Exemple 2

## स्थापना

 1. Unzip `wp-html-class.zip` inside the `/wp-content/plugins/` directory (or install
    via the built-in WordPress plugin installer)
 2. Activate the plugin through the ‘Plugins’ admin menu in WordPress
 3. Create an instance of class Class WpHtml `$ wp tag = new Wp Html Class ();` within
    your PHP files and start using HTML tags with PHP code.

## समीक्षा

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

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

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

योगदानकर्ते

 *   [ Maickon Rangel ](https://profiles.wordpress.org/maickonrabgel/)

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

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

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

## मेटा

 *  आवृत्ती **0.0.1**
 *  शेवटचा अद्यतन **11 वर्षे पूर्वी**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस आवृत्ती ** 4.1.1 किंवा मोठा **
 *  परीक्षित केले आहे **3.4.2**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/wp-html-class/)
 * टॅग्ज:
 * [html](https://mr.wordpress.org/plugins/tags/html/)[php](https://mr.wordpress.org/plugins/tags/php/)
   [tag](https://mr.wordpress.org/plugins/tags/tag/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/wp-html-class/advanced/)

## मूल्यांकन

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

[आपला अभिप्राय](https://wordpress.org/support/plugin/wp-html-class/reviews/#new-post)

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

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

 *   [ Maickon Rangel ](https://profiles.wordpress.org/maickonrabgel/)

## समर्थन

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

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