Skip to content
Robert Windisch edited this page Jul 25, 2015 · 1 revision

Actions

xtreme_meta

Hook in the head area of the document. Is used for output of title, description and meta tags. See header.php.

xtreme_stylesheets

Is used for the output of stylesheet. See header.php.

xtreme_ie_patch

Is used for the output of stylesheet for Internet Explorer.

xtreme_add_script

Use this hook for Javascript access of jQuery(document).ready(function($){ … });. See function xtreme_collect_scripts in lib/xtreme-javascripts.php.

xtreme_add_skip_link

Hook within skiplinks. You can add additional list elements with skip links. See extreme_skiplinks in lib/xtreme-template-functions.php.

xtreme_after_body_tag

Hook after opening body tag. See xtreme_body in lib/xtreme-template-functions.php.

xtreme_after_start_layout

This hook controls the opening containera .page_margins and .yamlpage in Bloglayout.

xtreme_after_image_header

Hook after container #imageheader.

xtreme_before_header

Hook before container #imageheader.

xtreme_header_top

1. Hook in #header. If #header has a 2nd column, the hook is before the inner containers in #header.

xtreme_header_col1

Hook within 2nd column in #header. Only, if #header has a 2nd column.

xtreme_header_col3

Hook within #header. If #header has two columns, it is within .col3. Name and description of the blog are displayed here.

xtreme_header_bottom

4. Hook in #header. If #header has a 2nd column, the hook is after the inner containers in #header.

xtreme_after_header

Hook after container #header.

xtreme_before_teaser

Hook before container #teaser.

teaser_subcol

Hook in container #teaser. Content of #teaser can be controlled with the filters teaser_subcol_content_override undteaser_subcol_widget_area_override.

xtreme_after_teaser

Hook after container #teaser.

xtreme_before_main

Hook before container #main.

xtreme_before_columns

Hook in container #main, before content columns .col1, .col2 and .col3.

xtreme_after_main

Hook at the end of container #main.

xtreme_before_footer

Hook before container #footer.

footer_subcol

Hook in container #footer. Content of #footer can be controlled with the filters footer_subcol_content_override undfooter_subcol_widget_area_override.

xtreme_after_footer

Hook after container #footer.

xtreme_before_siteinfo

Hook before container #siteinfo.

xtreme_siteinfo_top

1. Hook in #siteinfo If #siteinfo has a 2nd column, the hook is before the inner containers in #siteinfo.

xtreme_siteinfo_col1

Hook within 2nd column in #siteinfo. Only, if #siteinfo has a 2nd column.

xtreme_siteinfo_col3

Hook within #siteinfo. If #siteinfo has two columns, it is within .col3. Copyright etc. is displayed.

xtreme_siteinfo_bottom

4. Hook in #siteinfo If #siteinfo has a 2nd column, the hook is after the inner containers in #siteinfo.

xtreme_after_siteinfo

Hook after container #siteinfo.

xtreme_after_end_layout

Hook after closing divs of .yamlpage and .page_margins in Bloglayout.

xtreme_childtheme_sidebars

Hook for singing up/unsigning of Widget areas.

xtreme_archive_title

Hook for series titles of archive.php

xtreme_author_title

Hook for series titles of author.php

xtreme_category_title

Hook for series titles of category.php

xtreme_search_title

Hook for series titles of search.php

xtreme_before_loop

Hook before loop.

xtreme_before_post

Hook at the beginning of while loop before any output.

xtreme_before_single_post

Hook at the beginning of while loop ub single.php before any output.

xtreme_after_single_post

Hook at the end of while loop in single.php.

xtreme_after_post

Hook at the end of while loop.

xtreme_after_loop

Hook after loop.

xtreme_after_comments_template

Hook after comment form (single.php and page-comments.php)

xtreme_comments_before_commentlist

Hook before list of comments

xtreme_comments_after_commentlist

Hook after list of comments

xtreme_comments_before_pinglist

Hook before list of pings/trackbacks.

xtreme_comments_after_pinglist

Hook after list of pings/trackbacks.

xtreme_sidebar_one

Hook is executed, when sidebar contains no widgets.

xtreme_sidebar_two

Hook is executed, when sidebar contains no widgets.

sidebar-three-top

Hook is executed, when sidebar contains no widgets.

sidebar-three-bottom-left

Hook is executed, when sidebar contains no widgets.

sidebar-three-bottom-right

Hook is executed, when sidebar contains no widgets.

xtreme_print_ie_script

Hook is executed, wenn page is executed in Internet Explorer. Hook function gets two parameters: Major Version , Minor Version of IE. You can have a special script tag displayed for IE.

xtreme_document_head

Hook is executed directly after tag.

xtreme_theme_stylesheet

Hook at the end of -area for adding stylesheets.

xtreme_layout2_col1_top

Hook at the beginning of .ym-col1

xtreme_after_columns

Hook at the end of columns.

xtreme_blindtext

Activity for deactivated sidebar “widgetized-homepage” in homepage_widgets.php

xtreme_social_template_tag

Activity within function xtreme_post_socials().

xtreme_setup_theme

Activity within after_setup_theme after loading side options.

xtreme_author_inside_vcard

Activity within Author-VCARD

xtreme_author_after_vcard

Activity after Author-VCARD

xtreme_single_footer

Acitvity within article template on single.php in HTML5 mode

xtreme_authorbox_inside_vcard

Actitvity at the end of author box

xtreme_before_post_headline

Activity fired before post headline.

xtreme_after_post_headline

Activity fired after post headline.

xtreme_before_post_subtitle

Activity fired before sub headline.

xtreme_widget_before_post_subtitle

Activity fired before post sub headline.

xtreme_widget_after_post_subtitle

Activity fired after post sub headline.

xtreme_after_post_subtitle

Activity fired after post sub headline.

xtreme_widget_before_post_headline

Activity fired before widget title.

xtreme_widget_after_post_headline

Activity fired after widget title.

xtreme_before_post_thumbnail

Activity executed before embedding the_post_thumbnail().

xtreme_after_post_thumbnail

Activity executed after embedding the_post_thumbnail().

xtreme_before_background_post_thumbnail

When using the option “use as background image” under “post template” settings, the image is used as background instead of the_post_thumbnail(). This hook is executed before the background container.

xtreme_after_background_post_thumbnail

When using the option “use as background image” under “post template” settings, the image is used as background instead of the_post_thumbnail(). This hook is executed after the background container.

Deutsch / German

Clone this wiki locally