Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
menno-ll committed Feb 25, 2022
1 parent 72c108f commit 73c1f36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/getting-started/clarkson-objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ Post types
2. ``\Clarkson_Core\WordPress_Object\base_post_type``
3. ``\Clarkson_Core\WordPress_Object\Clarkson_Post_Type`` (default)

Taxonomies
***

1. ``\Clarkson_Core\WordPress_Object\taxonomy_$taxonomy``
2. ``\Clarkson_Core\WordPress_Object\base_taxonomy``
3. ``\Clarkson_Core\WordPress_Object\Clarkson_Taxonomy`` (default)

Blocks (Gutenberg)
***

Expand Down Expand Up @@ -196,6 +203,7 @@ The following filters are available to manipulate the Clarkson Core object creat
- `clarkson_core_create_object_callback <https://level-level.github.io/Clarkson-Core/hooks/clarkson_core_create_object_callback.html>`_
- `clarkson_object_type <https://level-level.github.io/Clarkson-Core/hooks/clarkson_object_type.html>`_
- `clarkson_post_type_class <https://level-level.github.io/Clarkson-Core/hooks/clarkson_post_type_class.html>`_
- `clarkson_taxonomy_class <https://level-level.github.io/Clarkson-Core/hooks/clarkson_taxonomy_class.html>`_
- `clarkson_role_class <https://level-level.github.io/Clarkson-Core/hooks/clarkson_role_class.html>`_
- `clarkson_template_class <https://level-level.github.io/Clarkson-Core/hooks/clarkson_template_class.html>`_
- `clarkson_term_types <https://level-level.github.io/Clarkson-Core/hooks/clarkson_term_types.html>`_
Expand Down

0 comments on commit 73c1f36

Please sign in to comment.