Skip to content
#

wp-plugin

Here are 241 public repositories matching this topic...

jasonbahl
jasonbahl commented Mar 17, 2022

When querying for content or excerpt on content nodes (posts, pages, etc) the content and excerpt fields can be queried for with a format: RAW argument.

The RAW content will only be returned to authenticated users.

The description of the RAW enum should explain this.

Currently the descriptions are as follows:

![CleanShot 2022-03-17 at 12 38 13](https://user-images.githubuser

Enhancement Good First Issue close candidate effort: low
wp-graphql-woocommerce
samyrooster
samyrooster commented Jan 13, 2022

WP-GraphQL-Woocommerce can't detect the product categories with different term_id and term_taxonomy_id IDs in wp_term_taxonomy table.

By default, the term_id and term_taxonomy_id have the same ID value in wp_term_taxonomy table.
For example:

term_taxonomy

term_taxonomy_id term_id taxonomy
1 1 product_cat
bug good first issue failing connection
thomasplevy
thomasplevy commented Feb 9, 2022

Maybe we can take this occasion to add a the documentation to this filter?

Originally posted by @eri-trabiccolo in gocodebox/lifterlms#1946 (comment)

Document the llms_new_{$this->model_post_type} filter in LLMS_Post_Model::create().

help wanted good first issue hacktoberfest Type: Documentation

Improve this page

Add a description, image, and links to the wp-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wp-plugin topic, visit your repo's landing page and select "manage topics."

Learn more