# Api.co.id GhostWriter

A WordPress plugin developed by Api.co.id.

## Features

- Clean, object-oriented code structure
- Proper WordPress coding standards
- Admin menu integration
- Script and style enqueuing
- Activation/deactivation hooks
- Translation ready

## Installation

1. Upload the plugin folder to `/wp-content/plugins/`
2. Activate the plugin through the WordPress admin panel
3. Navigate to the GhostWriter menu in the admin sidebar to configure settings

## Development

### File Structure

```
apicoid-ghostwriter/
├── apicoid-ghostwriter.php # Main plugin file
├── includes/              # PHP includes
│   └── admin-page.php    # Admin page template
├── assets/                # CSS, JS, images
│   ├── css/
│   │   ├── style.css     # Frontend styles
│   │   └── admin.css     # Admin styles
│   └── js/
│       ├── script.js     # Frontend JavaScript
│       └── admin.js      # Admin JavaScript
├── languages/             # Translation files
├── readme.txt            # WordPress.org readme
└── README.md             # This file
```

## Customization

Add your custom functionality to the `init()` method or create new methods in the `Apicoid_Ghostwriter` class.

## License

GPL v2 or later

## Author

Api.co.id - https://api.co.id

