hook * Special case, useful for , etc. * $aeroblog_supports[] = 'html; */ function aeroblog_html_before() { do_action('aeroblog_html_before'); } /** * HTML hooks * * $aeroblog_supports[] = 'head'; */ /** * top */ function aeroblog_head_top() { do_action('aeroblog_head_top'); } /** * bottom */ function aeroblog_head_bottom() { do_action('aeroblog_head_bottom'); } /** * HTML hooks * $aeroblog_supports[] = 'body'; */ /** * top */ function aeroblog_body_top() { do_action('aeroblog_body_top'); } /** * bottom */ function aeroblog_body_bottom() { do_action('aeroblog_body_bottom'); } /** * Semantic
hooks * * $aeroblog_supports[] = 'header'; */ /** * Header before */ function aeroblog_header_before() { do_action('aeroblog_header_before'); } /** * Header after */ function aeroblog_header_after() { do_action('aeroblog_header_after'); } /** * Header top */ function aeroblog_header_top() { do_action('aeroblog_header_top'); } /** * Header bottom */ function aeroblog_header_bottom() { do_action('aeroblog_header_bottom'); } /** * Semantic hooks * * $aeroblog_supports[] = 'content'; */ /** * Content before */ function aeroblog_content_before() { do_action('aeroblog_content_before'); } /** * Content after */ function aeroblog_content_after() { do_action('aeroblog_content_after'); } /** * Content top */ function aeroblog_content_top() { do_action('aeroblog_content_top'); } /** * Content bottom */ function aeroblog_content_bottom() { do_action('aeroblog_content_bottom'); } /** * Entry content after */ function aeroblog_entry_content_after() { do_action('aeroblog_entry_content_after'); } /** * Entry content before */ function aeroblog_entry_content_before() { do_action('aeroblog_entry_content_before'); } /** * Entry content top */ function aeroblog_entry_content_top() { do_action('aeroblog_entry_content_top'); } /** * Entry content bottom */ function aeroblog_entry_content_bottom() { do_action('aeroblog_entry_content_bottom'); } /** * Entry header before */ function aeroblog_entry_header_before() { do_action('aeroblog_entry_header_before'); } /** * Entry header top */ function aeroblog_entry_header_top() { do_action('aeroblog_entry_header_top'); } /** * Entry header bottom */ function aeroblog_entry_header_bottom() { do_action('aeroblog_entry_header_bottom'); } /** * Entry header after */ function aeroblog_entry_header_after() { do_action('aeroblog_entry_header_after'); } /** * Aeroblog_entry_footer */ function aeroblog_entry_footer() { do_action('aeroblog_entry_footer'); } /** * Entry footer before */ function aeroblog_entry_footer_before() { do_action('aeroblog_entry_footer_before'); } /** * Entry footer top */ function aeroblog_entry_footer_top() { do_action('aeroblog_entry_footer_top'); } /** * Entry footer bottom */ function aeroblog_entry_footer_bottom() { do_action('aeroblog_entry_footer_bottom'); } /** * Entry footer after */ function aeroblog_entry_footer_after() { do_action('aeroblog_entry_footer_after'); } /** * Content while before */ function aeroblog_content_while_before() { do_action('aeroblog_content_while_before'); } /** * Content while after */ function aeroblog_content_while_after() { do_action('aeroblog_content_while_after'); } /** * Semantic