REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.79 KB
Close
//home/nshryvcy/blissfulnepal.com/wp-content/plugins/tlp-team/app/Helpers/Deprecated.php
Text
Base64
<?php /** * Backward Compatibility with PRO plugin. * * @package RT/Team */ namespace RT\Team\Helpers; 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.' ); } /** * Backward Compatibility with PRO plugin. */ class Deprecated { /** * Post Type. * * @var string */ public $post_type; /** * Taxonomies. * * @var array */ public $taxonomies; /** * Options * * @var array */ public $options; /** * Class Constructor * * @return void */ public function __construct() { $this->post_type = rttlp_team()->post_type; $this->taxonomies = rttlp_team()->taxonomies; $this->options = rttlp_team()->options; } public function render_view( $view_name, $args = [], $return = false ) { return Fns::render_view( $view_name, $args, $return ); } public function rt_get_all_taxonomy_by_post_type() { return Fns::rt_get_all_taxonomy_by_post_type(); } public function verifyNonce() { return Fns::verifyNonce(); } public function rtFieldGenerator( $fields ) { return Fns::rtFieldGenerator( $fields ); } public function rtTeamLicenceField() { return Options::rtTeamLicenceField(); } public function getTTPShortCodeList() { return Fns::getTTPShortcodeList(); } public function get_formatted_social_link( $sLink, $fields ) { return Fns::get_formatted_social_link( $sLink, $fields ); } public function get_formatted_contact_info( $fields, $items = [] ) { return Fns::get_formatted_contact_info( $items, $fields ); } public function get_formatted_skill( $tlp_skill, $fields ) { return Fns::get_formatted_skill( $tlp_skill, $fields ); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Deprecated.php
1.79 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
Fns.php
76.54 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
Install.php
745 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
Options.php
39.12 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
QueryArgs.php
5.04 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).