solved changing the main function
if( isset( $regex ) && isset( $post->post_content )) {
if ( preg_match( $regex, $post->post_content ) ) {
add_action( 'wp_print_styles', 'lazy_load_section_bg_add_header_css' );
add_action( 'wp_print_footer_scripts', 'lazy_load_section_bg_add_footer_js' );
}
}