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
395            * The dynamic portion of the hook name, $this->screen->taxonomy,
396            * refers to the slug of the current taxonomy.
397            *
398            * @since 2.8.0
399            *
400            * @param string $string      Blank string.
401            * @param string $column_name Name of the column.
402            * @param int    $term_id     Term ID.
403            */
404           return apply_filters( "manage_{$this->screen->taxonomy}_custom_column", '', $column_name, $tag->term_id );
405      }
406
407      /**
408       * Outputs the hidden row displayed when inline editing
409       *
410       * @since 3.1.0
411       */
412      public function inline_edit() {
413           $tax = get_taxonomy( $this->screen->taxonomy );