A WordPress plugin, that uses a large lanaguage model to help you write your posts, for your post, based on the post you’re working on.
- Learn more: https://upcycledfoundobjects.com/
- Documentation: https://upcycledfoundobjects.com/docs
ufoaiwp
- Runs when plugin is initalized
ImaginaryMachines\UfoAi\Plugin $plugin
- Runs when plugin is initalized
ufoaiwp_get_setting
- Runs before returning setting value
mixed $setting
setting valuestring $key
Setting namearray $settings
All
- Runs before returning setting value
ufoai_api_version
- Change API version
string $version
Current version
- Change API version
ufoai_client_url
- Change the URL for API request
string $url URL
for requeststring $endpoint
Client $client
API client
- Change the URL for API request
ufoaiwp_request_args
- Change wp_remote_request API request arguments
array $args
Request argumentsstring $url
- Change wp_remote_request API request arguments
- Clone
- [email protected]:imaginarymachines/ufo-ai-wp.git
- Install
npm i
- Installs with npm and composer
- Start environment
npm env start
- Test PHP
npm run test:php
- Format all
npm run format
- Build JS/CSS
npm run build
- Create zip
npm run zip
- Installs with composer optimized
- Builds CSS/JS/Blocks
- Makes a new zip