[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
Arcomet
/
wp-content
/
plugins
/
redux-framework
/
sample
/
sections
/
color-selection
+ Folder
+ File
Upload
Editing: link-color.php
<?php /** * Redux Framework link color config. * For full documentation, please visit: http://docs.redux.io/ * * @package Redux Framework */ defined( 'ABSPATH' ) || exit; Redux::set_section( $opt_name, array( 'title' => esc_html__( 'Link Color', 'your-textdomain-here' ), 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="//docs.redux.io/core/fields/link-color/" target="_blank">docs.redux.io/core/fields/link-color/</a>', 'id' => 'color-link', 'subsection' => true, 'fields' => array( array( 'id' => 'opt-link-color', 'type' => 'link_color', 'title' => esc_html__( 'Links 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' ), 'default' => array( 'regular' => '#aaa', 'hover' => '#bbb', 'active' => '#ccc', ), 'output' => 'a', // phpcs:ignore Squiz.PHP.CommentedOutCode // 'regular' => false, // Disable Regular Color. // 'hover' => false, // Disable Hover Color. // 'active' => false, // Disable Active Color. // 'visited' => true, // Enable Visited Color. ), ), ) );
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 color-gradient.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