.htaccess

htaccess is a configuration file used by Apache web servers to control how the server handles requests for a specific directory and all its subdirectories...

Action

Action is a type of hook in WordPress that allows developers to execute custom code at specific points during the WordPress execution lifecycle...

add_action()

add_action() is a core WordPress PHP function that hooks a custom callback function onto a specific action hook — telling WordPress to execute your code at a defined point in its loading sequence...

add_filter()

add_filter() is a core WordPress PHP function that hooks a custom callback function onto a filter hook, allowing developers to intercept and modify data as WordPress processes it...

Admin Bar

The Admin Bar (sometimes called the Toolbar) is the dark horizontal strip that appears at the top of a WordPress website for logged-in users...

Attachment

Attachment is a built-in WordPress post type that represents a media file — an image, PDF, video, audio file, or document — uploaded through the WordPress media system...

Attributes (Product Attributes)

Product attributes in WooCommerce are defining characteristics assigned to products — such as size, color, material, or weight — that describe product variations and help customers find what they're looking for...

Automattic

Automattic is the American technology company founded in 2005 by Matt Mullenweg, best known as the commercial entity behind WordPress...

Backup

A backup is a saved copy of your website's files and database that can be used to restore your site if something goes wrong...

Block Editor (Gutenberg)

Block Editor (Gutenberg) is the default content editor in WordPress, introduced in WordPress 5...