Your IP : 216.73.216.0
<?php
/**
* @Packge : Wellnez
* @Version : 1.0
* @Author : Vecurosoft
* @Author URI : https://www.vecurosoft.com/
*
*/
// Block direct access
if( !defined( 'ABSPATH' ) ){
exit();
}
/**
* Hook for preloader
*/
add_action( 'wellnez_preloader_wrap', 'wellnez_preloader_wrap_cb', 10 );
/**
* Hook for offcanvas cart
*/
add_action( 'wellnez_main_wrapper_start', 'wellnez_main_wrapper_start_cb', 10 );
/**
* Hook for Header
*/
add_action( 'wellnez_header', 'wellnez_header_cb', 10 );
/**
* Hook for Blog Start Wrapper
*/
add_action( 'wellnez_blog_start_wrap', 'wellnez_blog_start_wrap_cb', 10 );
/**
* Hook for Blog Column Start Wrapper
*/
add_action( 'wellnez_blog_col_start_wrap', 'wellnez_blog_col_start_wrap_cb', 10 );
/**
* Hook for Service Column Start Wrapper
*/
add_action( 'wellnez_service_col_start_wrap', 'wellnez_service_col_start_wrap_cb', 10 );
/**
* Hook for Blog Column End Wrapper
*/
add_action( 'wellnez_blog_col_end_wrap', 'wellnez_blog_col_end_wrap_cb', 10 );
/**
* Hook for Blog Column End Wrapper
*/
add_action( 'wellnez_blog_end_wrap', 'wellnez_blog_end_wrap_cb', 10 );
/**
* Hook for Blog Pagination
*/
add_action( 'wellnez_blog_pagination', 'wellnez_blog_pagination_cb', 10 );
/**
* Hook for Blog Content
*/
add_action( 'wellnez_blog_content', 'wellnez_blog_content_cb', 10 );
/**
* Hook for Blog Sidebar
*/
add_action( 'wellnez_blog_sidebar', 'wellnez_blog_sidebar_cb', 10 );
/**
* Hook for Service Sidebar
*/
add_action( 'wellnez_service_sidebar', 'wellnez_service_sidebar_cb', 10 );
/**
* Hook for Blog Details Sidebar
*/
add_action( 'wellnez_blog_details_sidebar', 'wellnez_blog_details_sidebar_cb', 10 );
/**
* Hook for Blog Details Wrapper Start
*/
add_action( 'wellnez_blog_details_wrapper_start', 'wellnez_blog_details_wrapper_start_cb', 10 );
/**
* Hook for Blog Details Post Meta
*/
add_action( 'wellnez_blog_post_meta', 'wellnez_blog_post_meta_cb', 10 );
/**
* Hook for Blog Details Post Share Options
*/
add_action( 'wellnez_blog_details_share_options', 'wellnez_blog_details_share_options_cb', 10 );
/**
* Hook for Blog Details post navigation
*/
add_action( 'wellnez_blog_details_post_navigation', 'wellnez_blog_details_post_navigation_cb', 10 );
/**
* Hook for Blog Details Post Author Bio
*/
add_action( 'wellnez_blog_details_author_bio', 'wellnez_blog_details_author_bio_cb', 10 );
/**
* Hook for Blog Details Tags and Categories
*/
add_action( 'wellnez_blog_details_tags_and_categories', 'wellnez_blog_details_tags_and_categories_cb', 10 );
/**
* Hook for Blog Deatils Related Post
*/
add_action( 'wellnez_blog_details_related_post', 'wellnez_blog_details_related_post_cb', 10 );
/**
* Hook for Blog Deatils Comments
*/
add_action( 'wellnez_blog_details_comments', 'wellnez_blog_details_comments_cb', 10 );
/**
* Hook for Blog Deatils Column Start
*/
add_action('wellnez_blog_details_col_start','wellnez_blog_details_col_start_cb');
/**
* Hook for Blog Deatils Column End
*/
add_action('wellnez_blog_details_col_end','wellnez_blog_details_col_end_cb');
/**
* Hook for Blog Deatils Wrapper End
*/
add_action('wellnez_blog_details_wrapper_end','wellnez_blog_details_wrapper_end_cb');
/**
* Hook for Blog Post Thumbnail
*/
add_action('wellnez_blog_post_thumb','wellnez_blog_post_thumb_cb');
/**
* Hook for Blog Post Content
*/
add_action('wellnez_blog_post_content','wellnez_blog_post_content_cb');
/**
* Hook for Blog Post Excerpt And Read More Button
*/
add_action('wellnez_blog_postexcerpt_read_content','wellnez_blog_postexcerpt_read_content_cb');
/**
* Hook for footer content
*/
add_action( 'wellnez_footer_content', 'wellnez_footer_content_cb', 10 );
/**
* Hook for main wrapper end
*/
add_action( 'wellnez_main_wrapper_end', 'wellnez_main_wrapper_end_cb', 10 );
/**
* Hook for Back to Top Button
*/
add_action( 'wellnez_back_to_top', 'wellnez_back_to_top_cb', 10 );
/**
* Hook for Page Start Wrapper
*/
add_action( 'wellnez_page_start_wrap', 'wellnez_page_start_wrap_cb', 10 );
/**
* Hook for Page End Wrapper
*/
add_action( 'wellnez_page_end_wrap', 'wellnez_page_end_wrap_cb', 10 );
/**
* Hook for Page Column Start Wrapper
*/
add_action( 'wellnez_page_col_start_wrap', 'wellnez_page_col_start_wrap_cb', 10 );
/**
* Hook for Page Column End Wrapper
*/
add_action( 'wellnez_page_col_end_wrap', 'wellnez_page_col_end_wrap_cb', 10 );
/**
* Hook for Page Column End Wrapper
*/
add_action( 'wellnez_page_sidebar', 'wellnez_page_sidebar_cb', 10 );
/**
* Hook for Page Content
*/
add_action( 'wellnez_page_content', 'wellnez_page_content_cb', 10 );