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.4.3

apply_filters('update_bulk_theme_complete_actions') is found 1 times:

  • /wp-admin/includes/class-bulk-theme-upgrader-skin.php line 82
    		 *
    		 * @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 ) );
    		}
    	}
    }