Viewing 1 replies (of 1 total)
  • Thread Starter irawatzhou

    (@irawatzhou)

    /public_html/wp-content/plugins/woocommerce-delivery-notes/includes
    edit file name: class-wcdn-print.php

    // Define the templates
    			self::$templates = apply_filters( 'wcdn_template_registration', array(
    				apply_filters( 'wcdn_template_registration_invoice', array(
    					'type' => 'invoice',
    					'labels' => array(
    						'name' => __( 'CHANGE TITLE HERE', 'woocommerce-delivery-notes' ),
    						'name_plural' => __( 'Invoices', 'woocommerce-delivery-notes' ),
    						'print' => __( 'Print Invoice', 'woocommerce-delivery-notes' ),
    						'print_plural' => __( 'Print Invoices', 'woocommerce-delivery-notes' ),
    						'message' => __( 'Invoice created.', 'woocommerce-delivery-notes' ),
    						'message_plural' => __( 'Invoices created.', 'woocommerce-delivery-notes' ),
    						'setting' => __( 'Enable Invoices', 'woocommerce-delivery-notes' )
Viewing 1 replies (of 1 total)

The topic ‘How to modify the title?’ is closed to new replies.