Title: Basic WP Plugin security from remote file execution
Last modified: September 1, 2016

---

# Basic WP Plugin security from remote file execution

 *  [nick.fwmedia](https://wordpress.org/support/users/nickfwmedia/)
 * (@nickfwmedia)
 * [10 years ago](https://wordpress.org/support/topic/basic-wp-plugin-security-from-remote-file-execution-1/)
 * In [https://codex.wordpress.org/Writing_a_Plugin](https://codex.wordpress.org/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?
 * [https://wordpress.org/plugins/easy-pinterest/](https://wordpress.org/plugins/easy-pinterest/)

The topic ‘Basic WP Plugin security from remote file execution’ is closed to new
replies.

 * ![](https://ps.w.org/easy-pinterest/assets/icon-128x128.png?rev=1053590)
 * [Easy Pinterest for WordPress](https://wordpress.org/plugins/easy-pinterest/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-pinterest/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-pinterest/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-pinterest/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-pinterest/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-pinterest/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [nick.fwmedia](https://wordpress.org/support/users/nickfwmedia/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/basic-wp-plugin-security-from-remote-file-execution-1/)
 * Status: not resolved