DIR:/home/cloudtechtree.com/www/wp-content/plugins/pisces-demo-data/presets/ |
Current File : /home/cloudtechtree.com/www/wp-content/plugins/pisces-demo-data/presets/demo-02.php |
<?php // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } function la_pisces_preset_demo_02(){ return array( /** * Settings */ array( 'key' => 'header_transparency', 'value' => 'yes' ), /** * Filters */ /** * Colors */ ); } |