Learndash_Admin_Post_Edit::revert_edit_post_link_in_row_actions( array $actions, WP_Post $post )
Reverts the edit post link in the row actions to the default one.
Description #
Parameters #
- $actions
-
(<span class="array">array) (Required) The row actions.
- $post
-
(WP_Post) (Required) The post object.
Return #
(array<string,mixed>)
Source #
File: sfwd-lms/includes/admin/class-learndash-admin-posts-edit.php
Changelog #
| Version | Description |
|---|---|
| 4.9.0 | Introduced. |