action = $action; $this->data = $data; $this->wp_list_table = new TablePress_Editor_Button_Thickbox_List_Table(); $this->wp_list_table->set_items( $this->data['table_ids'] ); $this->wp_list_table->prepare_items(); } /** * Render the current view. * * @since 1.0.0 */ public function render() { _wp_admin_html_begin(); wp_print_styles( 'colors' ); wp_print_scripts( 'jquery-core' ); ?>
corresponding Shortcode (%2$s) into the editor.', 'tablepress' ), __( 'Insert Shortcode', 'tablepress' ), '' ); ?>
' . __( 'Search results for “%s”', 'tablepress' ) . '', esc_html( wp_unslash( $_GET['s'] ) ) ); } ?> wp_list_table->display(); ?>