Title: BUG FIX PHP 8
Last modified: November 19, 2023

---

# BUG FIX PHP 8

 *  Resolved [devilsan](https://wordpress.org/support/users/devilsan/)
 * (@devilsan)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/bug-fix-php-8/)
 * Ho risolto alcuni errori per php8:
 * _in class.options.php Linea 501_
 * da: $ret = call_user_func_array( **array( ‘parent’, ‘add’ )**, $args );
 * a: $ret = call_user_func_array(**[parent::class, ‘add’]**, $args );
 * _in class.field\_type.php Linea 435 _
 * da: $target_property = $this->util->apply_filters_ref_array( “process_placeholder_**
   ${tag}**“, [ ”, $this, &$instance, $layout, $data ], false );
 * a: $target_property = $this->util->apply_filters_ref_array( “process_placeholder_**{
   $tag}**“, [ ”, $this, &$instance, $layout, $data ], false );
 * _in class.utilities.php Linea 545_
 * da: $obj = trim( $obj, $sep );
 * a: $obj = trim( **(string)** $obj, $sep );

Viewing 1 replies (of 1 total)

 *  Plugin Author [Archetyped](https://wordpress.org/support/users/archetyped/)
 * (@archetyped)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/bug-fix-php-8/#post-17217031)
 * Hi, to keep all discussion on this topic in one place, please add any feedback
   you have to [the existing PHP 8 topic on SLB’s official support forum](https://github.com/archetyped/simple-lightbox/issues/1038).
 * Thanks.

Viewing 1 replies (of 1 total)

The topic ‘BUG FIX PHP 8’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-lightbox.svg)
 * [Simple Lightbox](https://wordpress.org/plugins/simple-lightbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-lightbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-lightbox/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-lightbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-lightbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-lightbox/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Archetyped](https://wordpress.org/support/users/archetyped/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/bug-fix-php-8/#post-17217031)
 * Status: resolved