You appear to be a bot. Output may be restricted
Description
Checks whether admin sale notices are disabled
Usage
$mixed = edd_admin_notices_disabled( $payment_id );
Parameters
- $payment_id
- ( int ) optional –
Returns
mixed
Source
File name: easy-digital-downloads/includes/emails/functions.php
Lines:
1 to 4 of 4
function edd_admin_notices_disabled( $payment_id = 0 ) { $ret = edd_get_option( 'disable_admin_notices', false ); return (bool) apply_filters( 'edd_admin_notices_disabled', $ret, $payment_id ); }