Submit
Path:
~
/
home
/
getwphos
/
www
/
techniquetechs
/
wp-content
/
plugins
/
redux-framework
/
sample
/
sections
/
basic-fields
/
File Content:
textarea.php
<?php /** * Redux Framework textarea config. * For full documentation, please visit: https://devs.redux.io/ * * @package Redux Framework */ // phpcs:disable defined( 'ABSPATH' ) || exit; Redux::set_section( $opt_name, array( 'title' => esc_html__( 'Textarea', 'your-textdomain-here' ), 'id' => 'basic-textarea', 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/textarea.html" target="_blank">https://devs.redux.io/core-fields/textarea.html</a>', 'subsection' => true, 'fields' => array( array( 'id' => 'opt-textarea', 'type' => 'textarea', 'title' => esc_html__( 'Textarea Option - HTML Validated Custom', 'your-textdomain-here' ), 'subtitle' => esc_html__( 'Subtitle', 'your-textdomain-here' ), 'desc' => esc_html__( 'This is the description field, again good for additional info.', 'your-textdomain-here' ), 'default' => 'Default Text', ), ), ) ); // phpcs:enable
Submit
FILE
FOLDER
Name
Size
Permission
Action
checkbox.php
2653 bytes
0644
index.php
79 bytes
0644
multi-text.php
970 bytes
0644
password.php
785 bytes
0644
radio.php
1666 bytes
0644
sortable.php
1833 bytes
0644
text.php
2032 bytes
0644
textarea.php
1052 bytes
0644
N4ST4R_ID | Naxtarrr