★★★★★', $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 ); ?>

documents->get_documents( 'enabled', 'any' ); $document_type = 'invoice'; if ( ! empty( $_REQUEST['section'] ) ) { $document_type = sanitize_text_field( $_REQUEST['section'] ); } elseif ( ! empty( $_REQUEST['preview'] ) ) { $document_type = sanitize_text_field( $_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 '

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

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