Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: manage_media_columns

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
361           /**
362            * Filters the Media list table columns.
363            *
364            * @since 2.5.0
365            *
366            * @param string[] $posts_columns An array of columns displayed in the Media list table.
367            * @param bool     $detached      Whether the list table contains media not attached
368            *                                to any posts. Default true.
369            */
370           return apply_filters( 'manage_media_columns', $posts_columns, $this->detached );
371      }
372
373      /**
374       * @return array
375       */
376      protected function get_sortable_columns() {
377           return array(
378                'title'    => 'title',
379                'author'   => 'author',