)
* DO NOT USE TO CUSTOMIZE
*/
function attesa_big_featured_image_style() {
do_action( 'attesa_big_featured_image_style' );
}
/**
* Inside hero section for posts
*/
function attesa_inside_feat_box_post() {
do_action( 'attesa_inside_feat_box_post' );
}
/**
* Inside hero section for pages
*/
function attesa_inside_feat_box_page() {
do_action( 'attesa_inside_feat_box_page' );
}
/**
* Inside hero section for the main blog page (only if blog page is a static page, not front page)
*/
function attesa_inside_feat_box_blog() {
do_action( 'attesa_inside_feat_box_blog' );
}
/**
* Inside hero section for the main WooCommerce shop page
*/
function attesa_inside_feat_box_shop_page() {
do_action( 'attesa_inside_feat_box_shop_page' );
}
/**
* Creates custom hero section based on different post type than page/post/woocommerce shop page
*/
function attesa_additional_cases_big_featured_images() {
do_action( 'attesa_additional_cases_big_featured_images' );
}
/**
* Before
site content
*/
function attesa_before_site_content() {
do_action( 'attesa_before_site_content' );
}
/**
* After
site content
*/
function attesa_after_site_content() {
do_action( 'attesa_after_site_content' );
}
/**
* Show posts navigation
* DO NOT USE TO CUSTOMIZE
*/
function attesa_posts_navigation() {
do_action( 'attesa_posts_navigation' );
}
/**
* After single post content
*/
function attesa_after_single_post_content() {
do_action( 'attesa_after_single_post_content' );
}
/**
* After single page content
*/
function attesa_after_single_page_content() {
do_action( 'attesa_after_single_page_content' );
}
/**
* Show entry header
* DO NOT USE TO CUSTOMIZE
*/
function attesa_entry_header() {
do_action( 'attesa_entry_header' );
}
/**
* Inside post meta (date, author, comments) start
*/
function attesa_before_posted_on() {
do_action( 'attesa_before_posted_on' );
}
/**
* Inside post meta (date, author, comments) end
*/
function attesa_after_posted_on() {
do_action( 'attesa_after_posted_on' );
}
/**
* Inside footer meta (categories, tags) start
*/
function attesa_before_entry_footer() {
do_action( 'attesa_before_entry_footer' );
}
/**
* Inside footer meta (categories, tags) end
*/
function attesa_after_entry_footer() {
do_action( 'attesa_after_entry_footer' );
}
/**
* Before post content (after opening tag)
*/
function attesa_before_post_content() {
do_action( 'attesa_before_post_content' );
}
/**
* After post content (before closing tag)
*/
function attesa_after_post_content() {
do_action( 'attesa_after_post_content' );
}
/**
* Before page content (after opening tag)
*/
function attesa_before_page_content() {
do_action( 'attesa_before_page_content' );
}
/**
* After page content (after closing tag)
*/
function attesa_after_page_content() {
do_action( 'attesa_after_page_content' );
}
/**
* Before footer section (after