jetpack_copy_post_row_actions, $updated_actions, $actions, $post
jetpack_copy_post_row_actions, $updated_actions, $actions, $post
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_copy_post_row_actions, $updated_actions, $actions, $post') is found 1 times:
- /modules/copy-post.php line 437
* @param array $updated_actions Updated row actions with the Copy Post action. * @param array $actions Original row actions passed to this filter. * @param WP_Post $post Post object of current post in listing. */ return apply_filters( 'jetpack_copy_post_row_actions', $updated_actions, $actions, $post ); } } /** * Instantiate an instance of Jetpack_Copy_Post on the `admin_init` hook. */