• Hi, I noticed that on user roles I denied the Capability of Edit Posts, it throws an error on WP:

    Warning: Invalid argument supplied for foreach() in /home/…/public_html/wp-admin/includes/plugin.php on line 1628

    Apparently this problem is coming from your plug in, since the error appears because your page ‘edit.php?post_type=elementor_library’ returns NULL if Edit Posts is Deny on the admin panel:

    array(3) { [“index.php”]=> array(1) { [0]=> array(3) { [0]=> string(4) “Home” [1]=> string(4) “read” [2]=> string(9) “index.php” } } [“profile.php”]=> array(1) { [5]=> array(3) { [0]=> string(12) “Your Profile” [1]=> string(4) “read” [2]=> string(11) “profile.php” } } [“edit.php?post_type=elementor_library”]=> NULL }

    Hope you can fix it on the next update.

  • The topic ‘Plugin conflict on admin’ is closed to new replies.