• Hi Roma!
    Your plugin is throwing the following notice:
    Notice: has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels is deprecated. Use capabilities instead.
    Regards,
    Brian Brown, PhD

Viewing 1 replies (of 1 total)
  • Thread Starter Brian Brown, Ph.D.

    (@brianbrown)

    Please change this line from:
    add_options_page('Auto Tag Links', 'Auto Tag Links', 8, __FILE__, 'atl_options');
    to:
    add_options_page('Auto Tag Links', 'Auto Tag Links', 'manage_options', __FILE__, 'atl_options');
    Thanks!
    -Brian

Viewing 1 replies (of 1 total)

The topic ‘has_cap is deprecated’ is closed to new replies.