File "functions.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/unlimited-elements-for-elementor/inc_php/framework/functions.php
File size: 286 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

defined('UNLIMITED_ELEMENTS_INC') or die('Restricted access');
if (!function_exists("dmp")) {
    function dmp($str)
    {
        echo "<div align='left' style='direction:ltr;'>";
        echo "<pre>";
        print_r($str);
        echo "</pre>";
        echo "</div>";
    }
}