• Elio Rivero

    (@eliorivero)


    Hi there, good plugin very useful. Just a message I spotted:

    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.

    It’s coming from mijnpress_plugin_framework.php. This line

    function addPluginSubMenu($title,$function, $file, $capability = 10, $where = "plugins.php") {

    should be

    function addPluginSubMenu($title,$function, $file, $capability = 'edit_others_posts', $where = "plugins.php") {

    or some other role/capability.

    Best.

    https://wordpress.org/plugins/find-replace/

  • The topic ‘has_cap was called with an argument that is deprecated fix’ is closed to new replies.