PHP 7.3 Compatibility
-
Hi, my client uses Essential Addons for Elementor and is being forced to upgrade to PHP 7.3 by their host SiteGround. After doing a review of plugin compatibility with 7.3 I noticed there are some warnings issued around your plugin.
Please see the following information:
FILE: /public_html/wp-content/plugins/essential-addons-elementor/includes/Template/Content/Post_Carousel.php
—————————————————————————————
11 | WARNING | Method name “Post_Carousel::__render_template” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.FILE: /public_html/wp-content/plugins/essential-addons-elementor/includes/Template/Content/Content_Timeline.php
—————————————————————————————
11 | WARNING | Method name “Content_Timeline::__render_template” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.FILE: /public_html/wp-content/plugins/essential-addons-elementor/includes/Template/Content/Dynamic_Filterable_Gallery.php
————————————————————————————-
11 | WARNING | Method name “Dynamic_Filterable_Gallery::__render_template” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.FILE: /public_html/wp-content/plugins/essential-addons-elementor/includes/Template/Content/Post_List.php
—————————————————————————————
11 | WARNING | Method name “Post_List::__render_template” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.FILE: /public_html/wp-content/plugins/essential-addons-elementor/includes/Template/Content/Post_Block.php
————————————————————————————-
11 | WARNING | Method name “Post_Block::__render_template” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.To my best knowledge I believe removing one of the underscores from the method name will resolve the issue. Do you have an ETA on when the plugin will be 7.3 compatible?
Thanks,
- The topic ‘PHP 7.3 Compatibility’ is closed to new replies.