I've migrated my old blog from Blogger to Wordpress. It's worked but I've received the following error: "Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Blogger_Importer has a deprecated constructor in /home/melsiepa/public_html/wp-content/plugins/blogger-importer/blogger-importer.php on line 44"
I'm new to web so I have NO CLUE what to do / change!
This is line 44: class Blogger_Importer extends WP_Importer {
Here is the code in context:
/**
* Blogger Importer class for managing the import process of a XML
file
*
*/
if ( !class_exists( 'Blogger_Importer' ) ) {
class Blogger_Importer extends WP_Importer {
const IMPORT_IMG = true; // Should we import the images (boolean)
const LARGE_IMAGE_SIZE = '1024'; //
Please help!!