Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: comment_status_links

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
315           /**
316            * Filters the comment status links.
317            *
318            * @since 2.5.0
319            * @since 5.1.0 The 'Mine' link was added.
320            *
321            * @param string[] $status_links An associative array of fully-formed comment status links. Includes 'All', 'Mine',
322            *                              'Pending', 'Approved', 'Spam', and 'Trash'.
323            */
324           return apply_filters( 'comment_status_links', $status_links );
325      }
326
327      /**
328       * @global string $comment_status
329       *
330       * @return array
331       */
332      protected function get_bulk_actions() {
333           global $comment_status;