Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: tag_row_actions

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
466            * Filters the action links displayed for each term in the Tags list table.
467            *
468            * @since 2.8.0
469            * @deprecated 3.0.0 Use {$taxonomy}_row_actions instead.
470            *
471            * @param array  $actions An array of action links to be displayed. Default
472            *                        'Edit', 'Quick Edit', 'Delete', and 'View'.
473            * @param WP_Term $tag    Term object.
474            */
475           $actions = apply_filters( 'tag_row_actions', $actions, $tag );
476
477           /**
478            * Filters the action links displayed for each term in the terms list table.
479            *
480            * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
481            *
482            * @since 3.0.0
483            *
484            * @param array  $actions An array of action links to be displayed. Default