Skip to content

Instantly share code, notes, and snippets.

@ramiy
Last active February 16, 2018 09:48
Show Gist options
  • Save ramiy/c426e98e085d202bfa87833f38653fad to your computer and use it in GitHub Desktop.
Save ramiy/c426e98e085d202bfa87833f38653fad to your computer and use it in GitHub Desktop.
Preventing data leaks in WordPress Plugins
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment