Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: manage_{$this->screen->taxonomy}_custom_column

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
629            *  - `manage_category_custom_column`
630            *  - `manage_post_tag_custom_column`
631            *
632            * @since 2.8.0
633            *
634            * @param string $string      Custom column output. Default empty.
635            * @param string $column_name Name of the column.
636            * @param int    $term_id     Term ID.
637            */
638           return apply_filters( "manage_{$this->screen->taxonomy}_custom_column", '', $column_name, $item->term_id );
639      }
640
641      /**
642       * Outputs the hidden row displayed when inline editing
643       *
644       * @since 3.1.0
645       */
646      public function inline_edit() {
647           $tax = get_taxonomy( $this->screen->taxonomy );