Doesn't seem to catch press-this.php
-
I’m using BA Post creations limit with 0 posts allowed for a particular user type (Contributors are restricted to one post of a custom type).
It correctly catches anyone attempting to access /wp-admin/post-new.php but if a contributor uses the shortcut /wp-admin/press-this.php then they can submit all the posts they want!
It’s possible to disable Press This by adding
add_action('load-press-this.php', function(){ wp_die('"Press This" functionality has been disabled.'); });to functions.php (per http://wordpress.stackexchange.com/questions/47708/remove-the-press-this-tool), but this may not be a solution for everyone.
Any chance of a fix to that?
https://ww.wp.xz.cn/plugins/bainternet-posts-creation-limits/
The topic ‘Doesn't seem to catch press-this.php’ is closed to new replies.