Title: Error with php8
Last modified: January 22, 2022

---

# Error with php8

 *  [forna91](https://wordpress.org/support/users/forna91/)
 * (@forna91)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/error-with-php8-3/)
 * Warning: Attempt to read property “post_content” on null in //public_html/wp-
   content/plugins/lazy-load-divi-section-backgrounds/lazy-load-divi-section-backgrounds.
   php on line 20

Viewing 1 replies (of 1 total)

 *  Thread Starter [forna91](https://wordpress.org/support/users/forna91/)
 * (@forna91)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/error-with-php8-3/#post-15279895)
 * 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' );
       		}
       	}
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Error with php8’ is closed to new replies.

 * ![](https://ps.w.org/lazy-load-divi-section-backgrounds/assets/icon-256x256.png?
   rev=1983884)
 * [Lazy Load Divi Section Backgrounds](https://wordpress.org/plugins/lazy-load-divi-section-backgrounds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lazy-load-divi-section-backgrounds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lazy-load-divi-section-backgrounds/)
 * [Active Topics](https://wordpress.org/support/plugin/lazy-load-divi-section-backgrounds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lazy-load-divi-section-backgrounds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lazy-load-divi-section-backgrounds/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [forna91](https://wordpress.org/support/users/forna91/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/error-with-php8-3/#post-15279895)
 * Status: not resolved