WC_Order_Refund::get_post_title PHP Метод

get_post_title() публичный Метод

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