Basic WP Plugin security from remote file execution
-
In https://codex.www.ads-software.com/Writing_a_Plugin, in the Security Note under Plugin Files states to add
defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
at the top of each WP plugin PHP file so that the file won’t be remotely executed.Could you add this to the top of your PHP file?
- The topic ‘Basic WP Plugin security from remote file execution’ is closed to new replies.