• [ Moved to the Fixing WordPress sub-forum. Please do not use Developing with WordPress for these topics. ]

    I have wordpress theme and need to make the importer work, but i have issue on it , so I can’t upload my theme to themefoest marketplac, please advice and check the following error

    REQUIRED: wp_get_http() found in the file functions/importer/wordpress-importer.php. Deprecated since version 4.4. Use WP_Http instead.
    Line 905: $headers = wp_get_http( $url, $upload[‘file’] );

Viewing 1 replies (of 1 total)
  • Where does the referred file (functions/importer/wordpress-importer.php) come from?
    The main WordPress-importer in version 4.8 is \wp-admin\includes\class-wp-importer.php and it doesn’t have this problem.

    Further: Why do you need to upload your theme to themeforest?
    If you’re a theme developer, then the message you quote here would be a very good hint about what you need to change.

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress Importer issue’ is closed to new replies.