Add New Link should be removed in post page too
-
After testing, I found that the Add New link is still appearing in Post page so I modified the following code
if (is_admin() && $pagenow=='edit.php' )
to
if (is_admin() && $pagenow=='edit.php' || is_admin() && $pagenow=='post.php'){...
Because it make sense to hide all related links once the limit is reach. And this make the flow more smooth.
Not sure if you are intended to leave it there.
Just in case to see if it can help improving the plugin.Thanks.
https://www.ads-software.com/plugins/bainternet-posts-creation-limits/
- The topic ‘Add New Link should be removed in post page too’ is closed to new replies.