• Hi,
    here are some depricated functions, maybe for the next update:

    /visitor-maps/visitor-maps.php view source
    
        wp_specialchars at line 1479:
        return wp_specialchars( $text );
        deprecated 2.8.0 Use esc_html()
        attribute_escape at line 1486:
        return attribute_escape( $text );
        deprecated 2.8.0 Use esc_attr() 
        image_resize at line 98:
        $resized_img_path = image_resize( $img_path, $width, $height, $crop, null, null, $quality );
        deprecated 3.5.0 Use wp_get_image_editor()
    /visitor-maps-geoip/class-wo-update.php
    
        get_settings at line 15:
        function get_settings() {
        deprecated 2.1.0 Use get_option() 

    Best regards,
    Harry

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thank you Harry for reporting this. The plugin developer will investigate further your findings.

    Kind regards

    Working on this today.

    i cannot find this anywhere in the program:
    image_resize at line 98:
    $resized_img_path = image_resize( $img_path, $width, $height, $crop, null, null, $quality );
    deprecated 3.5.0 Use wp_get_image_editor()

    what file is that in?

    I fixed all the other warnings.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Depricated functions’ is closed to new replies.