In clients report, the backups from WPvivid Backup PRo are displayed and counted nicely.
But in the Pro version unfortunately not.
In the php I see:
$plugin_active_backups = ( is_plugin_active( ‘mainwp-backwpup-extension/mainwp-backwpup-extension.php’ )
|| is_plugin_active( ‘mainwp-backupwordpress-extension/mainwp-backupwordpress-extension.php’ )
|| is_plugin_active( ‘mainwp-buddy-extension/mainwp-buddy-extension.php’ )
|| is_plugin_active( ‘mainwp-updraftplus-extension/mainwp-updraftplus-extension.php’ )
|| is_plugin_active( ‘mainwp-timecapsule-extension/mainwp-timecapsule-extension.php’ )
I think a line should be added with reference to Vivid Pro? But how to add it?
Tried using the following line:
|| is_plugin_active( ‘mainwp-WPvivid-extension/mainwp-WPvivid-extension.php’ )
It doesn’t work. I am not a phph expert myself.
Perhaps someone has experience how to solve this?