Single_Edit_Post_Link::__toString()
Returns the link to break-out an Occurrence from the Recurring Event and edit it as a Single Event.
Return
(string) The link to break-out an Occurrence from the Recurring Event and edit it as a Single Event.
Source
File: src/Events_Pro/Custom_Tables/V1/Updates/Post_Links/Single_Edit_Post_Link.php
public function __toString(): string {
return $this->get_link();
}
Changelog
| Version | Description |
|---|---|
| 6.0.1 | Introduced. |