Hello all, I am doing plugin for wordpress and I have a problem with administration. Because it is possible to show it direct via /wp-content/plugins/CG/admin.php
Please how to fix it?
Thanks
Hello all, I am doing plugin for wordpress and I have a problem with administration. Because it is possible to show it direct via /wp-content/plugins/CG/admin.php
Please how to fix it?
Thanks
It is safe to use only
if ( is_user_logged_in() ) {...
?
Thanks
This topic has been closed to new replies.