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.https://www.ads-software.com/plugins/pinterest-pinboard-widget/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Basic WP Plugin security from remote file execution’ is closed to new replies.