$input_id =
$input_id . '-search-input';
if ( !
empty( $_REQUEST['orderby'
] ) ) { echo '<input type="hidden" name="orderby" value="' .
esc_attr( $_REQUEST['orderby'
] ) . '" />';
} if ( !
empty( $_REQUEST['order'
] ) ) { echo '<input type="hidden" name="order" value="' .
esc_attr( $_REQUEST['order'
] ) . '" />';
} ?>
<p class="search-box">
<label class="screen-reader-text" for="<?php
echo esc_attr( $input_id ); ?>"><?php
echo $text; ?>:</label>
<input type="search" id="<?php
echo esc_attr( $input_id ); ?>" class="wp-filter-search" name="s" value="<?php
_admin_search_query(); ?>" placeholder="<?php
esc_attr_e( 'Search installed plugins...'
); ?>" />
<?php
submit_button( $text, 'hide-if-js', '', false, array
( 'id' => 'search-submit'
) ); ?>
</p>
<?php
} /**
* @global string $status
*
* @return string[] Array of column titles keyed by their column name.
*/
public function get_columns() {