pre_current_active_plugins

pre_current_active_plugins

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('pre_current_active_plugins') is found 1 times:

  • /wp-admin/plugins.php line 787
     * @since 3.0.0
     *
     * @param array[] $plugins_all An array of arrays containing information on all installed plugins.
     */
    do_action( 'pre_current_active_plugins', $plugins['all'] );
    ?>
    
    <?php $wp_list_table->views(); ?>
    
    <form class="search-form search-plugins" method="get">
    <?php $wp_list_table->search_box( __( 'Search Installed Plugins' ), 'plugin' ); ?>
    

See this hook used in plugins: