Sindbad~EG File Manager

Current Path : /home/escuelai/public_html/wp-content/plugins/learnpress/inc/admin/meta-box/fields/
Upload File :
Current File : /home/escuelai/public_html/wp-content/plugins/learnpress/inc/admin/meta-box/fields/select-page.php

<?php
$args = array(
	'name'             => $value['id'],
	'id'               => $value['id'],
	'sort_column'      => 'menu_order',
	'sort_order'       => 'ASC',
	'show_option_none' => ' ',
	'class'            => $value['class'],
	'echo'             => false,
	'selected'         => absint( $value['value'] ),
	'post_status'      => 'publish,private,draft',
);

if ( isset( $value['args'] ) ) {
	$args = wp_parse_args( $value['args'], $args );
}
?>

<tr valign="top" class="single_select_page">
	<th scope="row" class="titledesc">
		<label><?php echo esc_html( $value['title'] ); ?> <?php echo wp_kses_post( $tooltip_html ); ?></label>
	</th>
	<td class="forminp">
	<?php echo str_replace( ' id=', " data-placeholder='" . esc_attr__( 'Select a page&hellip;', 'learnpress' ) . "' style='" . $value['css'] . "' class='" . $value['class'] . "' id=", wp_dropdown_pages( $args ) ); ?> <?php echo wp_kses_post( $description ); ?>
	</td>
</tr>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists