update_bulk_plugins_complete_actions

update_bulk_plugins_complete_actions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('update_bulk_plugins_complete_actions') is found 1 times:

  • /wp-admin/includes/class-bulk-plugin-upgrader-skin.php line 98
    094
    095
    096
    097
    098
    099
    100
    101
    102
    103
    104
             *
             * @param string[] $update_actions Array of plugin action links.
             * @param array    $plugin_info    Array of information for the last-updated plugin.
             */
            $update_actions = apply_filters( 'update_bulk_plugins_complete_actions', $update_actions, $this->plugin_info );
     
            if ( ! empty( $update_actions ) ) {
                $this->feedback( implode( ' | ', (array) $update_actions ) );
            }
        }
    }