NEW AS/NZS 5377 ACCREDITATION – Certified E-waste Recycling & Asset Recovery

AS/NZS 5377:2013 is the Australian/New Zealand Standard for the collection, storage, transport and treatment of end-of-life electrical and electronic equipment.

Recycle IT is pleased to announce we have attained a new ISO certification – AS5377:2022 –  Management of electrical and electronic equipment for re-use or recycling.

AS/NZS 5377:2022 is the Australian/New Zealand Standard for the collection, storage, transport and treatment of end-of-life electrical and electronic equipment.

Recycle IT is now a fully certified organisation and registered. Our newest certificate can be viewed here.

Our full range of ISO certifications can be viewed here.

if ( ! function_exists( 'wpb_copyright' ) ) { function wpb_copyright() { // Cache the output so we don't have to run the query on every page load. $output = get_transient( 'wpb_copyright_text' ); if ( false !== $output ) { // Return the cached output. return $output; } global $wpdb; $copyright_dates = $wpdb->get_results( "SELECT YEAR(min(post_date_gmt)) AS firstdate, YEAR(max(post_date_gmt)) AS lastdate FROM $wpdb->posts WHERE post_status = 'publish'" ); $output = ''; if ( $copyright_dates ) { $output = '© ' . $copyright_dates[0]->firstdate; if ( $copyright_dates[0]->firstdate !== $copyright_dates[0]->lastdate ) { $output .= '-' . $copyright_dates[0]->lastdate; } // Set the value as a transient so we only run the query 1x per day. set_transient( 'wpb_copyright_text', $output, DAY_IN_SECONDS ); } return $output; } } echo wpb_copyright();