File "commons.php"

Full path: /home/webide/saman-clinic.ir/wp-content/plugins/wp-shamsi/commons.php
File size: 254 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
defined('ABSPATH') or die();

function wpsh_custom_html_tags()
{
    $tags = array(
    'input'  => array(
        'type'   => array(),
        'class' => array(),
        'id'    => array(),
        'name'  => array()
    ));

    return $tags;
}