-
Notifications
You must be signed in to change notification settings - Fork 25
Add include_once parameter for before_posts data in multifile exports #91
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Abstract `wp cron *` to separate wp-cli/cron-command package
Process `--activate` flag on `language install` even if already installed
Actually return `false` when `$widget` is empty
Adapt license header so GitHub picks it up
Improve `wp menu location assign` command
```
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing mustangostang/spyc (0.6.1)
- Installing mustangostang/spyc (0.6.2)
Downloading: 100%
- Removing phpunit/php-timer (1.0.8)
- Installing phpunit/php-timer (1.0.9)
Downloading: 100%
Writing lock file
Generating autoload files
```
Before: ``` require: - file1.php - file2.php ``` After: ``` require: - file1.php - file2.php ```
Update Composer dependencies (2/27/2017)
Add missing line break in FeatureContext.php
Introduce `WP_CLI\Utils\basename()` for locale-independent basename()
Abstract `wp import` to a separate wp-cli/import-command package
Per the function comment "Environment values permit specific binaries to be indicated". Currently not possible as PHP_BINARY ***always*** present as defined constant (which can NEVER be overridden unless one uses runkit_extension; dated, not supported)
Like with other commands, info, update, run command, utilize WP_CLI::get_php_binary() in lieu of fixed PHP_BINARY constant.
Fix allowing env. values to permit specific binary
Update tests for WordPress 4.7.3
Abstract `wp db *` to wp-cli/db-command
This prevents adding Composer dependencies with known security vulnerabilities. Resolves #3842
…names Fix category, tag and term names missing in export
Only add needed user when filtering by `--author`
Ensure post attachment meta is exported correctly
Member
|
Hi @jmdodd, |
Contributor
Author
|
I'll learn how. :) |
Member
|
Proceeding with wp-cli/wp-cli#5594 for this repository. I've captured this PR to https://gist.github.com/danielbachhuber/d474a1506fdc61d157184049890f2cbd in case this PR is auto-closed or broken in some way. |
ae975f0 to
4c77acf
Compare
danielbachhuber
added a commit
that referenced
this pull request
Dec 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a potential solution for #76.
The default behavior is to include all before_posts sections. The --include_once parameter allows certain optional sections to be included only in the first file of a multifile export.