Security Glossary

WordPress Security Definitions

Comprehensive glossary of WordPress security terms, concepts, and definitions to help you understand and protect your site.

63 definitionsPage 6 of 7
FirewallMarch 9, 2026

What is TCP/IP?

TCP/IP (Transmission Control Protocol/Internet Protocol) is the foundational suite of communication protocols that powers the internet, governing how data is addressed, transmitted, routed, and received across networks.

By WPSentry Team
WordPressMarch 9, 2026

What is the WordPress Database (wp_options, wp_posts)?

The WordPress database is a MySQL or MariaDB relational database that stores all site content, settings, user data, and plugin configurations in a structured set of tables, with wp_options and wp_posts being two of the most critical and security-sensitive tables.

By WPSentry Team
WordPressMarch 9, 2026

What is the WordPress REST API?

The WordPress REST API is a JSON-based interface that allows external applications and front-end frameworks to interact with WordPress data over HTTP, enabling headless architectures and third-party integrations.

By WPSentry Team
FirewallMarch 9, 2026

What is UDP?

UDP (User Datagram Protocol) is a lightweight, connectionless transport-layer protocol that sends data packets called datagrams without establishing a prior connection or guaranteeing delivery.

By WPSentry Team
SecurityMarch 9, 2026

What is web application security?

Web application security is the practice of protecting websites and web applications from cyber threats by identifying, remediating, and preventing vulnerabilities that attackers could exploit.

By WPSentry Team
WordPressMarch 9, 2026

What is WordPress Cron (WP-Cron)?

WordPress Cron (WP-Cron) is a pseudo-cron system that schedules and executes time-based tasks such as publishing scheduled posts, checking for updates, and sending email notifications, triggered by site visits rather than system-level timers.

By WPSentry Team
WordPressMarch 9, 2026

What is WordPress Hooks (Actions and Filters)?

WordPress hooks are a system of actions and filters that allow developers to modify or extend WordPress core functionality without editing core files, forming the backbone of the plugin and theme architecture.

By WPSentry Team
WordPressMarch 9, 2026

What is WordPress Multisite?

WordPress Multisite is a feature that allows administrators to run a network of multiple WordPress sites from a single WordPress installation, sharing the same codebase and database while introducing unique security considerations.

By WPSentry Team
WordPressMarch 9, 2026

What is WordPress Nonces?

WordPress nonces are single-use security tokens that protect against cross-site request forgery (CSRF) attacks by verifying that a request originated from a legitimate user action within the WordPress admin interface.

By WPSentry Team
WordPressMarch 9, 2026

What is WordPress Plugins?

WordPress plugins are software packages that extend and customize WordPress functionality, ranging from simple tweaks to complex features, and represent both the platform's greatest strength and its most significant security attack surface.

By WPSentry Team
PreviousPage 6 of 7Next