update_bulk_theme_complete_actions

update_bulk_theme_complete_actions

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('update_bulk_theme_complete_actions') is found 1 times:

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