LearnDash_Permalinks::get_edit_post_link( string $link = '', integer $post_id, string $context = '' )
Override WordPress Get Edit Post Link to include nested URL.
Description Description
Parameters Parameters
- $link
-
(Optional) The edit link.
Default value: ''
- $post_id
-
(Required) Post ID to edit.
- $context
-
(Optional) The link context. If set to 'display' then ampersands are encoded.
Default value: ''
Source Source
File: includes/class-ld-permalinks.php
Changelog Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |