stratacorps
New member
This is a non-critical issue, but could you update your Joomla! plugin to help reduce the PHP 7+ issues with deprecation warnings?
In your plugin, on line 29 of the webrotate360/webrotate360.php file change
to
Thanks!
In your plugin, on line 29 of the webrotate360/webrotate360.php file change
Code:
function PlgContentWebRorate360(&$subject, $config);
Code:
function __construct(&$subject, $config);