redux_id = str_replace( 'customize-control-', '', 'customize-control-' . str_replace( '[', '-', str_replace( ']', '', $this->id ) ) ); $class = 'customize-control redux-group-tab redux-field customize-control-' . $this->type; $opt_name = explode( '[', $this->id ); $opt_name = $opt_name[0]; ?>
  • type != "repeater" ): ?> link() ) ?> value=""/> render_content(); ?>
  • redux_id, $this ); } public function label() { // The label has already been sanitized in the Fields class, no need to re-sanitize it. echo $this->label; } public function description() { if ( ! empty( $this->description ) ) { // The description has already been sanitized in the Fields class, no need to re-sanitize it. echo '' . $this->description . ''; } } public function title() { echo ''; $this->label(); $this->description(); echo ''; } } }