/** * Server-side rendering of the `core/details` block. * * @package WordPress */ /** * Sets fetchpriority="low" on all IMG tags within the collapsed Details block. * * Images in a collapsed Details block are hidden until the block is expanded, so they should * not compete with any resources in the critical rendering path, such as the LCP element image. * * @since 7.0.0 * * @param string $block_content The block content. * @param array $block The full block, including name and attributes. * @return string Modified HTML with fetchpriority="low" on all IMG tags when the showContent attribute is false. */ function block_core_details_set_img_fetchpriority_low( $block_content, array $block ): string { if ( ! is_string( $block_content ) ) { return ''; } // If the Details block is open by default, short-circuit to let core add fetchpriority=high if appropriate. if ( $block['attrs']['showContent'] ?? false ) { return $block_content; } $tags = new WP_HTML_Tag_Processor( $block_content ); while ( $tags->next_tag( 'IMG' ) ) { $tags->set_attribute( 'fetchpriority', 'low' ); } return $tags->get_updated_html(); } add_filter( 'render_block_core/details', 'block_core_details_set_img_fetchpriority_low', 10, 2 ); /** * Registers the `core/details` block on server. * * @since 7.0.0 */ function register_block_core_details() { register_block_type_from_metadata( __DIR__ . '/details' ); } add_action( 'init', 'register_block_core_details' ); WALL PANEL FABRICATOR – Job Post

WALL PANEL FABRICATOR – Job Post

Workman at store house in orange helmet

Hancock Lumber Co., Inc.
Windham, ME
$47,000 – $52,000 a year – Full-time

Profile Insights
Find out how your skills align with the job description

Skills
Do you have experience in frame carpentry?

Education
High school diploma or GED required

Job Details

Pay
$47,000 – $52,000 per year

Job Type
Full-time

Shift and Schedule
No nights
No weekends
Weekends and holidays off

Benefits
Uniform allowance
401(k) matching
Paid time off
Employee discount
Dental insurance
Disability insurance

Full Job Description

WALL PANEL FABRICATOR

Hancock Lumber Co., Inc.

Join Team Hancock, a multi-year recipient of the Best Places to Work in Maine award. Hancock Lumber is known for its people-first, values-driven culture that prioritizes safety, respect, and work-life balance. This is an opportunity to be part of a highly engaged team while enjoying consistent schedules with no nights or weekends.

Position Summary:

The Wall Panel Fabricator is a full-time position responsible for building and pre-assembling wall panels. This role requires attention to detail, teamwork, and the ability to work efficiently in a small team environment. Experience in carpentry or framing is preferred but not required.

What You’ll Do:

Cut and pre-assemble wall panels
Work collaboratively with a small production team
Follow safety, quality, and production standards
Use sound judgment and attention to detail in daily tasks
Support a clean, organized, and efficient work environment

Who You Are:

A responsible and reliable team player
Detail-oriented with strong work ethic
Energetic and motivated
Comfortable working with tools and materials
High school diploma or GED required

Benefits and Perks:

Unique culture focused on safety, shared leadership, and respect
Consistent 40-hour workweek with no nights or weekends
Performance Gold bonus plan for all employees
Health, dental, life, and short-term disability insurance
Optional voluntary benefits including accidental insurance
401(k) plan with company discretionary match and free investment advisor access
Paid time off for vacation, holidays, choice time, childbirth, and bereavement
Employee discounts on building materials
Clothing allowance, footwear reimbursement, and year-end recognition awards

Hancock Lumber believes that great companies don’t just offer competitive pay—they offer the gift of time, balance, and meaningful work.

Apply Now

Leave a Reply

Your email address will not be published. Required fields are marked *