Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ event-plugin/
| `[event_sessions]` | Displays event sessions with title, time, and abstract. | API endpoint or placeholder |
| `[event_schedule]` | Displays daily schedule in a table format. | API endpoint or placeholder |

<<<<<<< Updated upstream
Copy link

Copilot AI Oct 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge conflict markers were left in the file. Remove lines 102 and 187 (<<<<<<< Updated upstream and =======) along with line 203 (>>>>>>> Stashed changes) to resolve the conflict.

Suggested change
<<<<<<< Updated upstream

Copilot uses AI. Check for mistakes.
Each shortcode can accept optional attributes — for example:

```text
Expand Down Expand Up @@ -183,3 +184,20 @@ Before submitting:

Licensed under the **Apache License, Version 2.0**
Copyright © 2025 [FOSSASIA](https://fossasia.org)
=======
The seeder command is **idempotent**, meaning it is safe to re-run. It will update existing posts based on their slugs instead of creating duplicates.

### Minimal Demo Data

To generate sample data for testing, use:

```bash
wp wpfa seed-minimal
```

This will:
- Create 1 demo event
- Create 2 demo speakers with placeholder images (from via.placeholder.com)

No real speaker photos or private data are included.
>>>>>>> Stashed changes
Empty file added class-wpfa-seeder.php
Empty file.
Loading