media_row_actions

media_row_actions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('media_row_actions') is found 1 times:

  • /wp-admin/includes/class-wp-media-list-table.php line 867
    863
    864
    865
    866
    867
    868
    869
    870
    871
    872
    873
         * @param WP_Post  $post     WP_Post object for the current attachment.
         * @param bool     $detached Whether the list table contains media not attached
         *                           to any posts. Default true.
         */
        return apply_filters( 'media_row_actions', $actions, $post, $this->detached );
    }
     
    /**
     * Generates and displays row action links.
     *
     * @since 4.3.0

See this hook used in plugins: