arrow_back
Dorokhov.codes
php
CMS Core 28 articles

WordPress

WordPress is a powerful, widely used open-source Content Management System (CMS) that enables users to create, manage, and customize websites with ease. Built primarily with PHP and MySQL, WordPress supports a vast ecosystem of themes and plugins, making it highly flexible for developers and site owners alike.

In this section, you’ll find information, guides, and best practices for WordPress development.

article Contents (26)
folder_open
WordPress theme development: templates, the loop, and menus
chevron_right
02
WordPress REST API: routes, endpoints, and request parameters
chevron_right
03
WordPress emails: wp_mail, sender headers, and HTML messages
chevron_right
04
WordPress server setup: .htaccess, file permissions, and HTTPS issues
chevron_right
folder_open
Useful WordPress plugins: membership, community, and development notes
chevron_right
06
WordPress hooks: actions, filters, add_action, and add_filter
chevron_right
07
WordPress post types: register_post_type, templates, and queries
chevron_right
08
WordPress AJAX: admin-ajax.php, wp_ajax hooks, and nonces
chevron_right
09
WordPress performance: caching, database, assets, and optimization
chevron_right
10
WordPress taxonomies: register_taxonomy, terms, categories, and tags
chevron_right
11
WordPress meta boxes: add_meta_box, save_post, and post meta
chevron_right
folder_open
WordPress development setup: Docker, local environment, and workflow
chevron_right
13
WordPress users: roles, capabilities, authentication, and user meta
chevron_right
folder_open
WordPress Cron: wp_schedule_event, WP-Cron, and system cron
chevron_right
15
WordPress media library: attachments, uploads, and wp.media
chevron_right
16
WordPress shortcodes: add_shortcode, attributes, and nested content
chevron_right
17
WordPress Options API: get_option, update_option, autoload, and settings
chevron_right
18
WordPress scripts and styles: wp_enqueue_script, wp_enqueue_style, dependencies
chevron_right
19
WordPress code quality checklist: plugins, themes, and reviews
chevron_right
20
WordPress admin screens: settings API, list tables, and UI patterns
chevron_right
21
WordPress HTTP API: wp_remote_get, wp_remote_post, and REST helpers
chevron_right
22
WordPress database: $wpdb, custom queries, and schema
chevron_right
23
WordPress admin menus: add_menu_page, submenus, and capabilities
chevron_right
24
WordPress plugin development: file structure, headers, and activation
chevron_right
25
WordPress coding standards: PHP, JavaScript, HTML, and CSS
chevron_right
26
WordPress core functions reference: URLs, posts, and helpers
chevron_right