You appear to be a bot. Output may be restricted
Description
Perform simple authorization? Is this function actually used?
Usage
$book = bw_authorized();
Parameters
Returns
book true if authorizedSource
File name: oik/includes/bw_metadata.phpLines:
1 to 8 of 8
function bw_authorized() { $authorized = TRUE; if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) $authorized = FALSE; // if ( !wp_verify_nonce( $_POST['myplugin_noncename'], plugin_basename( __FILE__ ) ) ) return $authorized; }View on GitHub View on Trac