You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" ] );
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: