WC_Order_Refund::get_post_title()

Get a title for the new post type.


Description Description


Source Source

File: includes/class-wc-order-refund.php

	public function get_post_title() {
		// @codingStandardsIgnoreStart
		return sprintf( __( 'Refund – %s', 'woocommerce' ), strftime( _x( '%b %d, %Y @ %I:%M %p', 'Order date parsed by strftime', 'woocommerce' ) ) );
		// @codingStandardsIgnoreEnd
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.