LLMS_Admin_Table::get_post_link( int $post_id, string $text = '' )
Get the HTML for a WP Post Link
Description Description
Parameters Parameters
- $post_id
-
(Required) WP Post ID
- $text
-
(Optional) text to display within the anchor, if none supplied $post_id if used
Default value: ''
Return Return
(string)
Source Source
File: includes/abstracts/abstract.llms.admin.table.php
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |