Submit
Path:
~
/
home
/
getwphos
/
www
/
techniquetechs
/
wp-content
/
plugins
/
redux-framework
/
sample
/
sections
/
basic-fields
/
File Content:
password.php
<?php /** * Redux Framework password 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__( 'Password', 'your-textdomain-here' ), 'id' => 'basic-password', 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/password.html" target="_blank">https://devs.redux.io/core-fields/password.html</a>', 'subsection' => true, 'fields' => array( array( 'id' => 'password', 'type' => 'password', 'username' => true, 'title' => 'Password Field', ), ), ) ); // 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