*
* Hook in header.php
* @since AlaskA 1.0.0
*/
function atta_content_container() {
do_action( 'atta_content_container' );
}
/**
* Just after opening
*
* Hook in header.php
* @since AlaskA 1.0.0
*/
function atta_in_content_container() {
do_action( 'atta_in_content_container' );
}
/**
* Just after closing
*
* Hook in footer.php
* @since AlaskA 1.0.0
*/
function atta_content_container_end() {
do_action( 'atta_content_container_end' );
}
/**
* Just after opening
*
* Hook in front-page.php
*
* @since AlaskA 1.0.0
*/
function atta_slider_end() {
do_action( 'atta_slider_end' );
}
/**
* Just after closing
*
* Hook in content-excerpt.php
*
* @since AlaskA 1.0.0
*/
function atta_excerpt_end() {
do_action( 'atta_excerpt_end' );
}
/**
* Just after closing
*
* Hook in content-content.php
*
* @since AlaskA 1.0.0
*/
function atta_post_end() {
do_action( 'atta_post_end' );
}
/**
* Just after opening
*
* Hook in sidebar.php
*
* @since AlaskA 1.0.0
*/
function atta_sidebar_main_end() {
do_action( 'atta_sidebar_main_end' );
}
/**
* Just bedore after
*
* Hook in sidebar-two.php
*
* @since AlaskA 1.0.0
*/
function atta_sidebar_two_end() {
do_action( 'atta_sidebar_two_end' );
}
/**
* Just bedore after
*
* Hook in sidebar-front.php
*
* @since AlaskA 1.0.0
*/
function atta_sidebar_front_end() {
do_action( 'atta_sidebar_front_end' );
}
/**
* Just after opening
*
* Hook in front-page.php
*
* @since AlaskA 1.0.0
*/
function atta_front_boxes_start() {
do_action( 'atta_front_boxes_start' );
}
/**
* Just before closing
*
* Hook in front-page.php
*
* @since AlaskA 1.0.0
*/
function atta_front_boxes_end() {
do_action( 'atta_front_boxes_end' );
}
?>