Starting with version 1.0pre jCore has now it's own real API that you can use to extend/modify the system from modules and templates. These hooks allow you to write small extensions or template required changes like designing the posts' submitted date differently or adding social icons to the posts and so on.
Below you will find the methods that can be used from the API and also help on how to use the hooks.
Examples
Hooks
Methods
Posts
- posts::display
- posts::displayOne
- posts::displayPartial
- posts::displayFormated
- posts::displayFunctions
- posts::displayKeywords
Blocks
Comments
CSS
jQuery
Menus
Pages
Pictures
Attachments
Videos
NOTE
There are many more methods this is only a small part of the ones you can access, we are updating this lists whenever possible till the lists gets completed you can find all the methods that can be accessed by opening the *.class.php files found in lib/sources/ and see the methods which have api::callHooks implemented in them.