Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Expose internal site create/delete functions #2

Open
austinginder opened this issue Jan 25, 2021 · 0 comments
Open

Feature: Expose internal site create/delete functions #2

austinginder opened this issue Jan 25, 2021 · 0 comments

Comments

@austinginder
Copy link
Contributor

Need to expose internal functions of WP Freighter so other plugins can easily extend it's functionality. Maybe simplify the code base to handle site creation and deletion like so:

# Create new site
( new WPFreighter\Site )->create( [ "domain" => "captaincore.io", "title" => "CaptainCore", "username" => "admin", "email" => "[email protected]" ] );

# Delete a site
( new WPFreighter\Site )->delete( [ "site_id" => "2" ] );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant