Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: pre_current_active_plugins

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
404 <?php screen_icon(); ?>
405 <h2><?php echo esc_html( $title );
406 if ( ( ! is_multisite() || is_network_admin() ) && current_user_can('install_plugins') ) { ?>
407  <a href="<?php echo self_admin_url( 'plugin-install.php' ); ?>" class="add-new-h2"><?php echo esc_html_x('Add New', 'plugin'); ?></a>
408 <?php }
409 if ( $s )
410      printf( '<span class="subtitle">' . __('Search results for &#8220;%s&#8221;') . '</span>', esc_html( $s ) ); ?>
411 </h2>
412
413 <?php do_action( 'pre_current_active_plugins', $plugins['all'] ) ?>
414
415 <?php $wp_list_table->views(); ?>
416
417 <form method="get" action="">
418 <?php $wp_list_table->search_box( __( 'Search Installed Plugins' ), 'plugin' ); ?>
419 </form>
420
421 <form method="post" action="">
422