403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Old Sites/ict/wp-content/plugins/the-post-grid/resources/settings/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Old Sites/ict/wp-content/plugins/the-post-grid/resources/settings/post-source.php
<?php
/**
 * Settings: Post Source
 *
 * @package RT_TPG
 */

use RT\ThePostGrid\Helpers\Fns;
use RT\ThePostGrid\Helpers\Options;

// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
	exit( 'This script cannot be accessed directly.' );
}

Fns::print_html( Fns::rtFieldGenerator( Options::rtTPGPostType() ), true );

$sHtml  = null;
$sHtml .= '<div class="field-holder rt-tpg-field-group">';
$sHtml .= '<div class="field-label">Common Filters</div>';
$sHtml .= '<div class="field">';
$sHtml .= Fns::rtFieldGenerator( Options::rtTPGCommonFilterFields() );
$sHtml .= '</div>';
$sHtml .= '</div>';

Fns::print_html( $sHtml, true );
?>

<div class='rt-tpg-filter-container rt-tpg-field-group'>
	<?php Fns::print_html( Fns::rtFieldGenerator( Options::rtTPAdvanceFilters() ), true ); ?>
	<div class="rt-tpg-filter-holder">
		<?php
		$html       = null;
		$pt         = get_post_meta( $post->ID, 'tpg_post_type', true );
		$advFilters = Options::rtTPAdvanceFilters();
		Fns::print_html( $html, true );
		?>
	</div>
</div>

<div class="rt-tpg-field-group">
	<?php Fns::print_html( Fns::rtFieldGenerator( Options::stickySettings() ), true ); ?>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit