Forums

Dagon Design Sitemap Generator
[resolved] Notice: has_cap (1 post)

  1. ray
    Member
    Posted 11 months ago #

    plugins/sitemap-generator/sitemap-generator.php line 55

    Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead.

    Change:
    add_options_page('Dagon Design Sitemap Generator', 'DDSitemapGen', 8, __FILE__, 'ddsg_options_page');

    To:
    add_options_page('Dagon Design Sitemap Generator', 'DDSitemapGen', 'Administrator', __FILE__, 'ddsg_options_page');

    to correct it.

    thanks
    Ray
    http://twentyfiveautumn.com

Reply

You must log in to post.

About this Plugin

About this Topic