Codex tools: Log in / create account
Contents |
Tests if the current request was referred from an admin page, or (given $action parameter) if the current request carries a valid nonce. Used to avoid security exploits.
<?php check_admin_referer('bcn_admin_options'); ?>