• Resolved tiffanydenninger

    (@tiffanydenninger)


    Can someone tell me what this error message is across top of my dashboard and how to fix it? came when i installed NextGen Gallery and Public uploader.

    Notice: wpseo_pre_analysis_post_content filter/action is deprecated since version WPSEO 3.0! Use javascript instead. in /home/content/p3pnexwpnas10_data02/74/3218174/html/wp-includes/functions.php on line 3706

    assistance so appreciated, Tiffany

Viewing 1 replies (of 1 total)
  • Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    Looks like it’s something coming from the core NGG plugin, and originally filtering something from WordPress SEO plugin.

    nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php
    118: add_filter('wpseo_pre_analysis_post_content', array(&$this, 'remove_preview_images_from_yoast_opengraph'));
    
    wordpress-seo/frontend/class-opengraph.php
    936: * Filter: 'wpseo_pre_analysis_post_content' - Allow filtering the content before analysis
    943: $content = apply_filters( 'wpseo_pre_analysis_post_content', $post->post_content, $post );
    
    wordpress-seo/frontend/class-twitter.php
    535: * Filter: 'wpseo_pre_analysis_post_content' - Allow filtering the content before analysis
    542: $content = apply_filters( 'wpseo_pre_analysis_post_content', $post->post_content, $post );
    

    Not something coming from our Public Uploader plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘NextGenGallery and Public Uploader’ is closed to new replies.