Learndash_Admin_Posts_Listing::get_aria_label_for_post( int $post_id, string $label_context = '' )
Build and return Aria label for post link.
Description Description
Parameters Parameters
- $post_id
-
(Required) Post ID.
- $label_context
-
(Optional) Context for label.
Default value: ''
Return Return
(string) Label.
Source Source
File: includes/admin/class-learndash-admin-posts-listing.php
Changelog Changelog
Version | Description |
---|---|
3.2.3 | Introduced. |