HEX
Server: LiteSpeed
System: Linux venus 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
User: axxoncom (1007)
PHP: 8.3.19
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/axxoncom/domains/gishope.us/private_html/wp-content/themes/expertly/inc/actions.php
<?php
/**
 * All core theme actions.
 *
 * Please do not modify this file directly.
 * You may remove actions in your child theme by using remove_action().
 *
 * Please see /inc/partials.php for the list of partials,
 * added to actions.
 *
 * @package Expertly
 */

/**
 * Body
 */

add_action( 'csco_site_before', 'csco_offcanvas' );

/**
 * Header
 */

add_action( 'csco_navbar_content_end', 'csco_header_social_links', 10 );
add_action( 'csco_navbar_content_end', 'csco_header_search_button', 20 );
add_action( 'csco_navbar_end', 'csco_site_search' );

/**
 * Homepage
 */

add_action( 'csco_site_content_before', 'csco_homepage_hero', 5 );
add_action( 'csco_site_content_before', 'csco_homepage_posts', 5 );
add_action( 'csco_site_content_before', 'csco_homepage_categories', 5 );

/**
 * Main
 */

add_action( 'csco_main_start', 'csco_page_header', 100 );

/**
 * Main Content
 */

add_action( 'csco_main_content_before', 'csco_breadcrumbs' );

/**
 * Category
 */

add_action( 'csco_main_start', 'csco_category_posts', 10 );
add_action( 'csco_page_header_after', 'csco_subcategories', 10 );

/**
 * Singular
 */

add_action( 'csco_singular_entry_header_before', 'csco_wrap_entry_header', 10 );
add_action( 'csco_singular_content_before', 'csco_post_media', 10 );

add_action( 'csco_singular_content_before', 'csco_singular_post_type_before', 999 );
add_action( 'csco_singular_content_after', 'csco_singular_post_type_after', 999 );
add_action( 'csco_singular_content_start', 'csco_singular_post_type_start', 999 );
add_action( 'csco_singular_content_end', 'csco_singular_post_type_end', 999 );

/**
 * Post
 */

add_action( 'csco_singular_content_before', 'csco_wrap_entry_header', 10 );

add_action( 'csco_post_content_before', 'csco_wrap_entry_content', 10 );
add_action( 'csco_post_content_after', 'csco_wrap_entry_content', 10 );

add_action( 'csco_post_content_end', 'csco_page_pagination', 10 );
add_action( 'csco_post_content_end', 'csco_single_author', 20 );
add_action( 'csco_post_content_end', 'csco_single_tags', 30 );
add_action( 'csco_post_content_end', 'csco_comments', 40 );

add_action( 'csco_post_after', 'csco_single_subscribe', 10 );
add_action( 'csco_post_after', 'csco_related_posts', 20 );

/**
 * Page
 */

add_action( 'csco_page_content_end', 'csco_page_pagination', 10 );
add_action( 'csco_page_content_end', 'csco_comments', 20 );


/**
 * Template Page
 */

add_action( 'csco_singular_content_after', 'csco_meet_team', 10 );
add_action( 'csco_singular_content_after', 'csco_site_map', 10 );


/**
 * Footer
 */

add_action( 'csco_footer_before', 'csco_footer_posts' );