Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: media_row_actions

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
764            *
765            * @since 2.8.0
766            *
767            * @param string[] $actions  An array of action links for each attachment.
768            *                           Default 'Edit', 'Delete Permanently', 'View'.
769            * @param WP_Post  $post     WP_Post object for the current attachment.
770            * @param bool     $detached Whether the list table contains media not attached
771            *                           to any posts. Default true.
772            */
773           return apply_filters( 'media_row_actions', $actions, $post, $this->detached );
774      }
775
776      /**
777       * Generates and displays row action links.
778       *
779       * @since 4.3.0
780       *
781       * @param object $post        Attachment being acted upon.
782       * @param string $column_name Current column name.