File "demo-01.php"

Full Path: /home/arielcor/public_html/wp-content/plugins/pisces-demo-data/demo-01.php
File size: 431 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
    exit( 'Direct script access denied.' );
}

function la_pisces_preset_demo_01(){
    return array(

        /**
         * Settings
         */

        array(
            'key' => 'header_transparency',
            'value' => 'yes'
        ),


        /**
         * Filters
         */



        /**
         * Colors
         */


    );
}