Prio | Original string | Translation | — |
---|---|---|---|
↓ | (props @kadamwhite, <a href="https://github.com/WP-API/WP-API/issues/2756">#2756</a>) | You have to log in to add a translation. | Details |
Original untranslated
(props @kadamwhite, <a href="https://github.com/WP-API/WP-API/issues/2756">#2756</a>)
You have to log in to edit this translation. Meta |
|||
↓ | This mirrors our existing support for ?{taxonomy}= filtering in the posts↵ controller (which allows querying for only records with are associated with↵ any of the provided term IDs for the specified taxonomy) by adding an↵ equivalent <code>_exclude</code> variant to list IDs of terms for which associated posts↵ should NOT be returned. | You have to log in to add a translation. | Details |
Original untranslated
This mirrors our existing support for ?{taxonomy}= filtering in the posts↵
controller (which allows querying for only records with are associated with↵
any of the provided term IDs for the specified taxonomy) by adding an↵
equivalent <code>_exclude</code> variant to list IDs of terms for which associated posts↵
should NOT be returned.
CommentFound in changelog paragraph. You have to log in to edit this translation. Meta |
|||
↓ | Add <code>?{taxonomy}_exclude=</code> query parameter | You have to log in to add a translation. | Details |
Original untranslated
Add <code>?{taxonomy}_exclude=</code> query parameter
CommentFound in changelog paragraph. You have to log in to edit this translation. Meta |
|||
↓ | (props @nullvariable, @adamsilverstein, <a href="https://github.com/WP-API/WP-API/issues/2743">#2743</a>) | You have to log in to add a translation. | Details |
Original untranslated
(props @nullvariable, @adamsilverstein, <a href="https://github.com/WP-API/WP-API/issues/2743">#2743</a>)
CommentFound in changelog paragraph. You have to log in to edit this translation. Meta |
|||
↓ | Check for the <code>upload_files</code> capability when creating an attachment. | You have to log in to add a translation. | Details |
Original untranslated
Check for the <code>upload_files</code> capability when creating an attachment.
CommentFound in changelog paragraph. You have to log in to edit this translation. Meta |
|||
↓ | Attachments controller, change permissions check to match core. | You have to log in to add a translation. | Details |
Original untranslated
Attachments controller, change permissions check to match core.
CommentFound in changelog paragraph. You have to log in to edit this translation. Meta |
|||
↓ | (props @joehoyle, @fjarrett, @danielbachhuber, @jonathanbardo,↵ @greatislander, <a href="https://github.com/WP-API/WP-API/issues/2739">#2739</a>) | You have to log in to add a translation. | Details |
Original untranslated
(props @joehoyle, @fjarrett, @danielbachhuber, @jonathanbardo,↵
@greatislander, <a href="https://github.com/WP-API/WP-API/issues/2739">#2739</a>)
CommentFound in changelog paragraph. You have to log in to edit this translation. Meta |
|||
↓ | Expose options to the REST API with the <code>register_setting()</code> function, by↵ passing <code>$args = array( 'show_in_rest' => true )</code>. Note: WordPress 4.7 is↵ required. See changeset [38635][https://core.trac.wordpress.org/changeset/38635]. | You have to log in to add a translation. | Details |
Original untranslated
Expose options to the REST API with the <code>register_setting()</code> function, by↵
passing <code>$args = array( 'show_in_rest' => true )</code>. Note: WordPress 4.7 is↵
required. See changeset [38635][https://core.trac.wordpress.org/changeset/38635].
CommentFound in changelog paragraph. You have to log in to edit this translation. Meta |
|||
↓ | Introduce Settings endpoint. | You have to log in to add a translation. | Details |
Original untranslated
Introduce Settings endpoint.
CommentFound in changelog paragraph. You have to log in to edit this translation. Meta |
|||
↓ | (props @rmccue, @danielbachhuber, @kjbenk, @duncanjbrown, <a href="https://github.com/WP-API/WP-API/issues/2765">#2765</a>) | You have to log in to add a translation. | Details |
Original untranslated
(props @rmccue, @danielbachhuber, @kjbenk, @duncanjbrown, <a href="https://github.com/WP-API/WP-API/issues/2765">#2765</a>)
CommentFound in changelog paragraph. You have to log in to edit this translation. Meta |
|||
↓ | To register your field, simply call register_meta and set the show_in_rest↵ flag to true. Note: register_meta must be called separately for each meta↵ key. | You have to log in to add a translation. | Details |
Original untranslated
To register your field, simply call register_meta and set the show_in_rest↵
flag to true. Note: register_meta must be called separately for each meta↵
key.
CommentFound in changelog paragraph. You have to log in to edit this translation. Meta |
|||
↓ | For your meta fields to be exposed in the REST API, you need to register↵ them. WordPress includes a <code>register_meta()</code> function which is not usually↵ required to get/set fields, but is required for API support. | You have to log in to add a translation. | Details |
Original untranslated
For your meta fields to be exposed in the REST API, you need to register↵
them. WordPress includes a <code>register_meta()</code> function which is not usually↵
required to get/set fields, but is required for API support.
CommentFound in changelog paragraph. You have to log in to edit this translation. Meta |
|||
↓ | Introduce support for Post Meta, Term Meta, User Meta, and Comment Meta in↵ their parent endpoints. | You have to log in to add a translation. | Details |
Original untranslated
Introduce support for Post Meta, Term Meta, User Meta, and Comment Meta in↵
their parent endpoints.
CommentFound in changelog paragraph. You have to log in to edit this translation. Meta |
|||
↓ | <p>Use <code>get_comment_type()</code> when comparing updating comment status.</p>↵ ↵ <p>Comments having a empty <code>comment_type</code> within WordPress bites us again.↵ Fixes a bug where comments could not be updated because of bad comparison↵ logic.</p>↵ ↵ <p>(props @joehoyle, <a href="https://github.com/WP-API/WP-API/issues/2753">#2753</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Use <code>get_comment_type()</code> when comparing updating comment status.</p>↵
↵
<p>Comments having a empty <code>comment_type</code> within WordPress bites us again.↵
Fixes a bug where comments could not be updated because of bad comparison↵
logic.</p>↵
↵
<p>(props @joehoyle, <a href="https://github.com/WP-API/WP-API/issues/2753">#2753</a>)</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | <p>Add <code>?{taxonomy}_exclude=</code> query parameter</p>↵ ↵ <p>This mirrors our existing support for ?{taxonomy}= filtering in the posts↵ controller (which allows querying for only records with are associated with↵ any of the provided term IDs for the specified taxonomy) by adding an↵ equivalent <code>_exclude</code> variant to list IDs of terms for which associated posts↵ should NOT be returned.</p>↵ ↵ <p>(props @kadamwhite, <a href="https://github.com/WP-API/WP-API/issues/2756">#2756</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Add <code>?{taxonomy}_exclude=</code> query parameter</p>↵
↵
<p>This mirrors our existing support for ?{taxonomy}= filtering in the posts↵
controller (which allows querying for only records with are associated with↵
any of the provided term IDs for the specified taxonomy) by adding an↵
equivalent <code>_exclude</code> variant to list IDs of terms for which associated posts↵
should NOT be returned.</p>↵
↵
<p>(props @kadamwhite, <a href="https://github.com/WP-API/WP-API/issues/2756">#2756</a>)</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
Export as
Comment
Found in changelog paragraph.