Automattic\WooCommerce\Internal\Admin\ProductReviews

ReviewsListTable::get_item_author_url_for_displaypublicWC 1.0

Метод класса: ReviewsListTable{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ReviewsListTable = new ReviewsListTable();
$ReviewsListTable->;

Код ReviewsListTable::get_item_author_url_for_display() WC 9.9.4

}

return $author_url;
	}

	/**
	 * Gets the item author URL for display.
	 *
	 * @param string $author_url The review or reply author URL (raw).
	 * @return string