• Do you think this plugin will work with WP 5.2.4?
    I’m afraid to install it because it’s too old.
    But it’s apparently the only one in the plugin market to do what it does.
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem, functionalities provided by this plugin should be part of the WP core options.

    I have just tested it on 5.3.2. The plugin as it is works, however, when logged on as a user with Editor privileges or lower, it will throw out a notice such as

    Notice: WP_User->id was called with an argument that is deprecated since version 2.1.0! Use WP_User->ID instead. in /var/www/automenu.local/wp-includes/functions.php on line 4865

    If you are comfortable in editing code, locating manage_your_posts_only.php in your plugins folder and changing the line

    $wp_query->set( 'author', $current_user->id );

    into

    $wp_query->set( 'author', $current_user->ID );

    makes the error disappear.

    • This reply was modified 4 years, 2 months ago by fawp.
    • This reply was modified 4 years, 2 months ago by fawp.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP 5.2.4 compatibility’ is closed to new replies.