In addition to the default template actions—wp_head, wp_meta and wp_footer—Tarski has its own actions and filters, which constitute an
Filters
tarski_doctitle
Filter document titles.
tarski_sitetitle
Filter site title.
tarski_tagline
Filter site tagline.
tarski_navbar
Filter the HTML generated for the navbar.
tarski_bodyclass
Filter the classes applied to the document body by Tarski.
tarski_bodyid
Filter the document id value.
tarski_show_authors
Allows other components to decide whether or not Tarski should show authors.
multiple_tag_titles
Filter the value returned when generating the title of multiple (union or intersection) tag archive page.
tarski_comment_datetime
Filters the date and time printed with a comment.
get_comment_author_link
Native WordPress filter on comment author links.
tarski_comment_author_link
Tarski-specific filter on comment author links.
th_404_content
Allows users to change their 404 page messages via a plugin.
the_title
Native WordPress filter on post titles.
tarski_asset_meta
Filters the metadata generated by the TarskiAsset wrapper.
tarski_style_array
Filter the array of stylesheet attributes from which the stylesheet links are generated.
tarski_stylesheets
Filter the raw stylesheet link elements before they're printed to the document.
tarski_javascript
Filter script elements before they're printed to the document.
tarski_feeds
Filter the RSS or Atam feed link elements before they're printed to the document.
tarski_assets
A more generalised filter for all assets generated by this class and printed by this method.
tarski_messages
Filter the messages Tarski prints to the WordPress admin panel.
tarski_date
Filter for the date formatting that Tarski uses to ensure that dates are displayed everywhere using the user's date preferences.
Actions
th_header
One can use this hook to print additional header content. Tarski uses it internally to add the header image, site title, tagline and navbar.
th_navbar
Executed by a wrapper function added to the th_header hook, this hook is used to add content to the navbar.
th_postend
This hook is used to add content to the end of posts. Tarski uses it internally to add tags to posts and navigation for multi-page posts.
th_posts_nav
Tarski uses this hook to add the next and previous posts navigation on index pages. It could be used to replace this navigation with some other kind.
th_sidebar
The sidebar hook is used by Tarski to add different sidebars, depending on the options chosen by the user. It can be used to override the default sidebar code.
th_fsidebar
Like th_sidebar, but for the footer, this hook is used to add widgets to the secondary footer area.
th_fmain
Similar to th_fsidebar and th_sidebar, this hook is used to add widgets to the primary footer area.
th_footer
Used by default to add the theme credit and site feed link.
