! \wp_next_scheduled( Cleanup_Integration::START_HOOK ) ) { // This just schedules the cleanup routine cron again. \wp_schedule_single_event( ( \time() + ( \MINUTE_IN_SECONDS * 5 ) ), Cleanup_Integration::START_HOOK ); } return; } } } } from the database, and otherwise considers * whether the old words need to have their weights updated. * * @param int $indexable_id The id of the indexable which needs to have its * old words updated. * @param Prominent_Words[] $old_words An array with prominent words that were already * present in the database for a given indexable. * @param array $words The new prominent words for a given indexable. * * @return array The words that need to be created. */ protected function handle_old_words( $indexable_id, $old_words, $words ) { // Return early if the indexable didn't already have any prominent words associated with it. if ( empty( $old_words ) ) { return $words; } $outdated_stems = []; foreach ( $old_words as $old_word ) { // If an old prominent word is no longer associated with an indexable, // add it to the array with outdated stems, so that at a later step // it can be deleted from the database. if ( ! \array_key_exists( $old_word->stem, $words ) ) { $outdated_stems[] = $old_word->stem; continue; } // If the old word should still be associated with the indexable, // update its weight if that has changed. $this->update_weight_if_changed( $old_word, $words[ $old_word->stem ] ); // Remove the key from the array with the new prominent words. unset( $words[ $old_word->stem ] ); } // Delete all the outdated prominent words in one query. try { $this->prominent_words_repository->delete_by_indexable_id_and_stems( $indexable_id, $outdated_stems ); // phpcs:ignore Generic.CodeAnalysis.EmptyStatement.DetectedCatch -- There is nothing to do. } catch ( Exception $exception ) { // Do nothing. } return $words; } /** * Updates the weight of the given prominent word, if the weight has changed significantly. * * @param Prominent_Words $word The prominent word of which to update the weight. * @param float $new_weight The new weight. * * @return void */ protected function update_weight_if_changed( $word, $new_weight ) { if ( \abs( $word->weight - $new_weight ) > 0.1 ) { $word->weight = $new_weight; $word->save(); } } /** * Creates the given words in the database and links them to the indexable with the given id. * * @param int $indexable_id The ID of the indexable. * @param array $words The prominent words to create, as a `'stem'` => weight` map. * * @return void */ protected function create_words( $indexable_id, $words ) { // Return early if there are no new words to add to the database. if ( empty( $words ) ) { return; } $new_models = []; foreach ( $words as $stem => $weight ) { $new_model = $this->prominent_words_repository->query()->create( [ 'indexable_id' => $indexable_id, 'stem' => $stem, 'weight' => $weight, ] ); $new_models[] = $new_model; } try { $this->prominent_words_repository->query()->insert_many( $new_models ); // phpcs:ignore Generic.CodeAnalysis.EmptyStatement.DetectedCatch -- There is nothing to do. } catch ( Exception $exception ) { // Do nothing. } } } Morimoto LF732 | CarTronics

Morimoto LF732

$549.99

Ford Super Duty (99-16): Morimoto XB LED Tail Lights

Out of stock

SKU: LF732 Category: Brand:

Description

Facts & Figures
Description

Ford Super Duty Tail Lights: While every biz in the aftermarket has a catalog full of products for these trucks, somehow no brand has yet to deliver a worthy set of tail lights for this body style… until now. The Morimoto XB LED tail lights are the category killer that every 99-16 F250, F350, or F450 owner has been waiting for!

Reverse Lights: Often over-looked, but not with the Morimoto XB tail lights for the Super Duties. While they come standard with powerful LED reverse lights, just wait, there's more! Morimoto's Backup-Boost system allows you to plug n play with the optional LED Reverse Light Bar, which mounts to the top of your license plate frame and provides an extra 2,700 lumens of controlled light output when in backing up. Yeah, Morimoto customers like to see where they’re going… no matter the direction!

Style: Dropping in some rear-facing LED chips would have been much easier and far less expensive to produce due to the tight spacing inside these housings… and while thats what every other brand to date has done, thats not how we roll. Instead, these have a much more modern look. Three sets of 3D light blades are illuminated from the rear with integrated TIR optics, and serve as the brake light and turn signal. Pair that with the surrounding muscular trim, optional smoked or red outer lens, and we've easily got what is the best-looking set tail lights on the road for the 99-16 Super Duties!

Style and Safety: All Morimoto tail lights are designed to comply with all DOT, SAE regulations for rear-facing lamps. We pride ourselves on offering stylish, high-performance and safe products for serious enthusiasts, which is why all new Morimoto products are verified by trusted third party labs for compliance and are backed with an industry-leading five year warranty.

Benchmark: Morimoto. The Automotive Lighting Benchmark. We are globally recognized as the brand to beat when it comes to aftermarket lighting upgrades for the automotive aftermarket. No other brand blends performance, quality, and style quite like we do. Our vast product line covers today's most popular trucks and cars. If you don't see it, trust that we can make it. Whether you're interested in something off the shelf or a brand new product designed exclusively for you: Connect with Morimoto Today!
What's included

Tail Lights:

2x (One Pair) 99-16 Ford Super Duty XB LED Tail Lights

Wiring:

Plug and Play Adapter Harness (Compatible with all model years)

Warranty:

5 Years (Click for Details)
Compatibility

Ford Super Duty Trucks:

99-16 (all)

Ford F-150 Trucks:

97-03 (Styleside Only)

Replaces Ford Part #:

BC3Z13404A, BC3Z13405A, 7C3Z-13405-A, 7C3Z-13404-A, 7C3Z-13405-ACP, 7C3Z-13404-ACP, F85Z-13405CA, F85Z-13404CA

Compliance:

DOT, SAE, FMVSS108 Compliant (Click for report)

NOTE:

These housings have been designed for, and tested on, US-Spec vehicles. Other countries' compatibility may vary and is not guaranteed nor always known.
TECH SPECS

Input:

Ford Multi-Pin OEM

Material:

ABS Plastic (Housing), UV-Resistant Polycarbonate (Lens)

Light Source:

SSC LED

Reverse Light:

White

Brake Light:

Red

Parking Light:

Red

Turn Signal:

Red

Additional information

Weight 5.00 lbs
Dimensions 5.00 × 5.00 × 5.00 in

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.