(int) @$_POST['statifyblacklist']['active_referer'], 'cron_referer' => (int) @$_POST['statifyblacklist']['cron_referer'], 'referer' => array_flip( $referer ) ) ); /* Generate messages */ if ( $statifyBlacklistUpdateResult !== false ) { $statifyBlacklistPostWarning = 'Some URLs are invalid and have been sanitized. Settings have not been saved yet.'; } else { $statifyBlacklistPostSuccess = 'Settings updated successfully.'; } } } ?>
'; esc_html_e( 'Statify plugin is not active.', 'statify-blacklist' ); print '
'; esc_html_e( $statifyBlacklistPostWarning ); print '
'; esc_html_e( $statifyBlacklistPostSuccess ); print '