(int) @$_POST['statifyblacklist']['active_referer'], 'referer' => $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 '

'; } if ( isset( $statifyBlacklistPostWarning ) ) { print '

'; esc_html_e( $statifyBlacklistPostWarning ); print '

'; } if ( isset( $statifyBlacklistPostSuccess ) ) { print '

'; esc_html_e( $statifyBlacklistPostSuccess ); print '

'; } ?>