Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
public_html
/
radkingpanels
/
wp-content
/
themes
/
poolax
/
inc
/
hooks
/
File Content:
hooks.php
<?php /** * @Packge : Poolax * @Version : 1.0 * @Author : Themeholy * @Author URI : https://themeforest.net/user/themeholy * */ // Block direct access if( ! defined( 'ABSPATH' ) ){ exit(); } /** * Hook for preloader */ add_action( 'poolax_preloader_wrap', 'poolax_preloader_wrap_cb', 10 ); /** * Hook for offcanvas cart */ add_action( 'poolax_main_wrapper_start', 'poolax_main_wrapper_start_cb', 10 ); /** * Hook for Header */ add_action( 'poolax_header', 'poolax_header_cb', 10 ); /** * Hook for Blog Start Wrapper */ add_action( 'poolax_blog_start_wrap', 'poolax_blog_start_wrap_cb', 10 ); /** * Hook for Blog Column Start Wrapper */ add_action( 'poolax_blog_col_start_wrap', 'poolax_blog_col_start_wrap_cb', 10 ); /** * Hook for Blog Column End Wrapper */ add_action( 'poolax_blog_col_end_wrap', 'poolax_blog_col_end_wrap_cb', 10 ); /** * Hook for Blog Column End Wrapper */ add_action( 'poolax_blog_end_wrap', 'poolax_blog_end_wrap_cb', 10 ); /** * Hook for Blog Pagination */ add_action( 'poolax_blog_pagination', 'poolax_blog_pagination_cb', 10 ); /** * Hook for Blog Content */ add_action( 'poolax_blog_content', 'poolax_blog_content_cb', 10 ); /** * Hook for Blog Sidebar */ add_action( 'poolax_blog_sidebar', 'poolax_blog_sidebar_cb', 10 ); /** * Hook for Blog Details Sidebar */ add_action( 'poolax_blog_details_sidebar', 'poolax_blog_details_sidebar_cb', 10 ); /** * Hook for Blog Details Wrapper Start */ add_action( 'poolax_blog_details_wrapper_start', 'poolax_blog_details_wrapper_start_cb', 10 ); /** * Hook for Blog Details Post Meta */ add_action( 'poolax_blog_post_meta', 'poolax_blog_post_meta_cb', 10 ); /** * Hook for Blog Details Post Share Options */ add_action( 'poolax_blog_details_share_options', 'poolax_blog_details_share_options_cb', 10 ); /** * Hook for Blog Post Share Options */ add_action( 'poolax_blog_post_share_options', 'poolax_blog_post_share_options_cb', 10 ); /** * Hook for Blog Details Post Author Bio */ add_action( 'poolax_blog_details_author_bio', 'poolax_blog_details_author_bio_cb', 10 ); /** * Hook for Blog Details Tags and Categories */ add_action( 'poolax_blog_details_tags_and_categories', 'poolax_blog_details_tags_and_categories_cb', 10 ); /** * Hook for Blog Details Related Post Navigation */ add_action( 'poolax_blog_details_post_navigation', 'poolax_blog_details_post_navigation_cb', 10 ); /** * Hook for Blog Deatils Comments */ add_action( 'poolax_blog_details_comments', 'poolax_blog_details_comments_cb', 10 ); /** * Hook for Blog Deatils Column Start */ add_action('poolax_blog_details_col_start','poolax_blog_details_col_start_cb'); /** * Hook for Blog Deatils Column End */ add_action('poolax_blog_details_col_end','poolax_blog_details_col_end_cb'); /** * Hook for Blog Deatils Wrapper End */ add_action('poolax_blog_details_wrapper_end','poolax_blog_details_wrapper_end_cb'); /** * Hook for Blog Post Thumbnail */ add_action('poolax_blog_post_thumb','poolax_blog_post_thumb_cb'); /** * Hook for Blog Post Content */ add_action('poolax_blog_post_content','poolax_blog_post_content_cb'); /** * Hook for Blog Post Excerpt And Read More Button */ add_action('poolax_blog_postexcerpt_read_content','poolax_blog_postexcerpt_read_content_cb'); /** * Hook for footer content */ add_action( 'poolax_footer_content', 'poolax_footer_content_cb', 10 ); /** * Hook for main wrapper end */ add_action( 'poolax_main_wrapper_end', 'poolax_main_wrapper_end_cb', 10 ); /** * Hook for Back to Top Button */ add_action( 'poolax_back_to_top', 'poolax_back_to_top_cb', 10 ); /** * Hook for Page Start Wrapper */ add_action( 'poolax_page_start_wrap', 'poolax_page_start_wrap_cb', 10 ); /** * Hook for Page End Wrapper */ add_action( 'poolax_page_end_wrap', 'poolax_page_end_wrap_cb', 10 ); /** * Hook for Page Column Start Wrapper */ add_action( 'poolax_page_col_start_wrap', 'poolax_page_col_start_wrap_cb', 10 ); /** * Hook for Page Column End Wrapper */ add_action( 'poolax_page_col_end_wrap', 'poolax_page_col_end_wrap_cb', 10 ); /** * Hook for Page Column End Wrapper */ add_action( 'poolax_page_sidebar', 'poolax_page_sidebar_cb', 10 ); /** * Hook for Page Content */ add_action( 'poolax_page_content', 'poolax_page_content_cb', 10 );
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
hooks-functions.php
32583 bytes
0644
hooks.php
4614 bytes
0644
N4ST4R_ID | Naxtarrr