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