arrow_back
Dorokhov.codes
php
CMS Core 20 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 (22)
folder_open
Useful WordPress plugins: membership, community, and development notes
chevron_right
02
WordPress hooks: actions, filters, add_action, and add_filter
chevron_right
03
WordPress post types: register_post_type, templates, and queries
chevron_right
04
WordPress AJAX: admin-ajax.php, wp_ajax hooks, and nonces
chevron_right
05
WordPress performance: caching, database, assets, and optimization
chevron_right
06
WordPress taxonomies: register_taxonomy, terms, categories, and tags
chevron_right
07
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
09
WordPress users: roles, capabilities, authentication, and user meta
chevron_right
folder_open
WordPress Cron: wp_schedule_event, WP-Cron, and system cron
chevron_right
11
WordPress media library: attachments, uploads, and wp.media
chevron_right
12
WordPress shortcodes: add_shortcode, attributes, and nested content
chevron_right
13
WordPress Options API: get_option, update_option, autoload, and settings
chevron_right
14
WordPress scripts and styles: wp_enqueue_script, wp_enqueue_style, dependencies
chevron_right
15
WordPress code quality checklist: plugins, themes, and reviews
chevron_right
16
WordPress admin screens: settings API, list tables, and UI patterns
chevron_right
17
WordPress HTTP API: wp_remote_get, wp_remote_post, and REST helpers
chevron_right
18
WordPress database: $wpdb, custom queries, and schema
chevron_right
19
WordPress admin menus: add_menu_page, submenus, and capabilities
chevron_right
20
WordPress plugin development: file structure, headers, and activation
chevron_right
21
WordPress coding standards: PHP, JavaScript, HTML, and CSS
chevron_right
22
WordPress core functions reference: URLs, posts, and helpers
chevron_right