You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mike Hermans edited this page Oct 19, 2020
·
1 revision
How to load your own WordPress Objects
The beauty about the use of WordPress Objects is that you can extend them and create custom objects for your Custom Post Types, Custom Taxonomies or User. Loading your own objects can be done in several ways:
Preferred: Place a class in your theme’s wordpress-objects directory, so it gets autoloaded by Clarkson Core.
Per complete directory by adding it via the filter clarkson_available_objects_paths.
Per single object / class file via clarkson_available_objects.