-
Notifications
You must be signed in to change notification settings - Fork 0
Home
hemalrika edited this page Jun 17, 2023
·
1 revision
Welcome to the WordPressPluginDevelopment wiki!
- Create a settings field
- Make settings field reusable
- Create Settings Section
- Create Select Settings
- Multiple checkbox settings field
- Add filter hook for countries ( checkbox and select )
- Add a toggle control into settings page
- Introduction to assets management
- Assets Dependency Management
- Send Data From WordPress Backend (php) To Javascript
- Conditional Enqueue file on admin panel
- Style or Script Enqueue Priority
- Add inline style or script
- Create simple meta box
- Checkbox in meta field
- Metabox Styling
- Metabox Datepicker
- Metabox Dropdown
- Image metafield
- Extra social metafield
- Meta field for taxonomy/tag
- Metafield in custom taxonomy
- Dropdown metafield for post select
- Multiple post select
- Metabox For Select Taxonomy Term
- Column Management On All Posts
- Show column data
- Sortable column
- Working With Sortable Filter For Posts
- WordCount Filter using Compare meta query
- Create new page
- Custom Query Pagination
- use WP_Query
- WP Query Class Relationship & Joining
- Custom Query With Month Year Post Status
- Custom query with post format
- Custom Query With Meta Query & Meta value
- Query Using Multiple Meta Key & Meta value
- Modify Main Query
- Create admin menu and page
- Display data table using WP_List_Table
- Change data for column
- Add search filter into data table
- Add Sort Feature Into Table
- Data pagination in WP_List_Table
- Data Filtering In WP_List_Table