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

Should fix WP-CLI #15

Closed
wants to merge 1 commit into from
Closed

Should fix WP-CLI #15

wants to merge 1 commit into from

Conversation

petervanderdoes
Copy link

No description provided.

@swalkinshaw
Copy link
Member

I'm going to do some testing with WP-CLI soon so just going to leave this open until then.

@jmslbam
Copy link

jmslbam commented Jan 23, 2014

Maybe these previous issues can help you
wp-cli/wp-cli#730
wp-cli/wp-cli#676
You indeed need to pass the --url argument.

Also you are check the on the Runner class, but there is a build-in Constant to check if WP-CLI is running:
https://github.com/wp-cli/wp-cli/wiki/Commands-Cookbook#loading

if ( defined('WP_CLI') && WP_CLI )

Ciao!

@swalkinshaw
Copy link
Member

Closing this for now as I'm not sure this is needed, but some more changes regarding WP-CLI are coming soon especially with their and improved 0.4 release.

@swalkinshaw swalkinshaw closed this Feb 7, 2014
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

Successfully merging this pull request may close these issues.

3 participants