• Resolved MikeShand

    (@mikeshand)


    According to AIOSEO foo gallery is still using the deprecated aiosp_sitemap_prio_item_filter filter. They say they reported it to you over a year ago, but it still seems to be there and is causing AIOSEO to repeatedly flag a warning.

    Any chance of this being fixed?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bradvin

    (@bradvin)

    hey @mikeshand

    They did contact us a while ago, and we did make the changes, but we also took a more cautious approach and decided to cater for users who had stayed on version 3 of AIOSEO:

    
    //version 4+
    add_filter( 'aioseo_sitemap_posts', array( $this, 'add_images_to_sitemap' ), 10, 2 );
    
    //pre version 4
    add_filter( 'aiosp_sitemap_prio_item_filter', array( $this, 'add_images_to_sitemap_old' ), 10, 3 );
    

    I suppose we can now remove the older code, which will stop the warning from showing.

    I have removed the code for pre version 4 and it will be released in the next version.

    Thread Starter MikeShand

    (@mikeshand)

    Great. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deprecated aiosp_sitemap_prio_item_filter Still in use’ is closed to new replies.