[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
AcmaCulot
/
wp-content
/
plugins
/
redux-framework
/
sample
/
sections
/
color-selection
+ Folder
+ File
Upload
Editing: color-gradient.php
<?php /** * Redux Framework color gradient config. * For full documentation, please visit: http://devs.redux.io/ * * @package Redux Framework */ defined( 'ABSPATH' ) || exit; Redux::set_section( $opt_name, array( 'title' => esc_html__( 'Color Gradient', 'your-textdomain-here' ), 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/color-gradient.html" target="_blank">https://devs.redux.io/core-fields/color-gradient.html</a>', 'id' => 'color-gradient', 'subsection' => true, 'fields' => array( array( 'id' => 'opt-color-header', 'type' => 'color_gradient', 'title' => esc_html__( 'Header Gradient Color Option', 'your-textdomain-here' ), 'subtitle' => esc_html__( 'Only color validation can be done on this field type', 'your-textdomain-here' ), 'desc' => esc_html__( 'This is the description field, again good for additional info.', 'your-textdomain-here' ), 'output' => '.site-header', 'gradient-type' => true, 'gradient-reach' => true, 'gradient-angle' => true, 'preview' => true, 'default' => array( 'from' => '#1e73be', 'to' => '#00897e', 'gradient-reach' => array( 'to' => 50, 'from' => 0, ), ), ), ), ) );
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 color-gradient.php
FILE
Ren
[EDIT]
DEL
📄 color-palette.php
FILE
Ren
[EDIT]
DEL
📄 color-rgba.php
FILE
Ren
[EDIT]
DEL
📄 color.php
FILE
Ren
[EDIT]
DEL
📄 index.php
FILE
Ren
[EDIT]
DEL
📄 link-color.php
FILE
Ren
[EDIT]
DEL
📄 palette.php
FILE
Ren
[EDIT]
DEL