★★★★★', $review_url ); $review_invitation = sprintf( /* translators: ★★★★★ (5-star) */ __( 'If you like PDF Invoices & Packing Slips for WooCommerce please leave us a %s rating. A huge thank you in advance!', 'woocommerce-pdf-invoices-packing-slips' ), $review_link ); $active_tab = isset( $_GET['tab'] ) ? sanitize_text_field( wp_unslash( $_GET['tab'] ) ) : $default_tab; $active_section = isset( $_GET['section'] ) ? sanitize_text_field( wp_unslash( $_GET['section'] ) ) : ''; ?>

documents->get_documents( 'enabled', 'any' ); $document_type = 'invoice'; if ( ! empty( $_REQUEST['section'] ) ) { $document_type = sanitize_text_field( wp_unslash( $_REQUEST['section'] ) ); } elseif ( ! empty( $_REQUEST['preview'] ) ) { $document_type = sanitize_text_field( wp_unslash( $_REQUEST['preview'] ) ); } ?>
<?php esc_html_e( 'Clear search text', 'woocommerce-pdf-invoices-packing-slips' ); ?>

documents->get_document( $document_type, null ); if ( ! empty( $document ) ) { echo '

'.esc_html( $document->get_title() ).'

'; } } else { echo '

'.esc_html__( 'Invoice', 'woocommerce-pdf-invoices-packing-slips' ).'

'; } ?>
    %2$s', esc_attr( $document->get_type() ), esc_html( $document->get_title() ) ); } ?>