WC_Order_Refund::get_post_title()
Get a title for the new post type.
Contents
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 }