Forums

wp mail from
Fix notice on admin (1 post)

  1. benjaminniess
    Member
    Posted 4 months ago #

    Hi,

    Your plugin generate a notice in admin panel because you are using an old param in the add_options_page hook.

    You just need to replace the 39th line :

    add_options_page('mailfrom plugin', 'wp mail from', 9, __FILE__, 'site_mail_from_option_page');

    By

    add_options_page('mailfrom plugin', 'wp mail from', 'manage_options',__FILE__, 'site_mail_from_option_page');`

    http://wordpress.org/extend/plugins/wp-mailfrom/

Reply

You must log in to post.

About this Plugin

About this Topic

  • RSS feed for this topic
  • Started 4 months ago by benjaminniess
  • This topic is not resolved
  • WordPress version: 3.3.1