astra_hooks = array(
'head' => array(
'title' => __( 'Head', 'astra-addon' ),
'hooks' => array(
'astra_html_before' => array(
'title' => 'html_before',
'description' => __( 'Action to add your content or snippet just before the opening of tag.', 'astra-addon' ),
),
'astra_head_top' => array(
'title' => 'head_top',
'description' => __( 'Action to add your content or snippet at top of the
tag.', 'astra-addon' ),
),
'astra_head_bottom' => array(
'title' => 'head_bottom',
'description' => __( 'Action to add your content or snippet at bottom of the tag.', 'astra-addon' ),
),
'wp_head' => array(
'title' => 'wp_head',
'description' => __( 'Action to add custom style, script and meta at the bottom of tag.', 'astra-addon' ),
),
),
),
'header' => array(
'title' => __( 'Header', 'astra-addon' ),
'hooks' => array(
'astra_body_top' => array(
'title' => 'body_top',
'description' => __( 'Action to add your content or snippet at top of the tag.', 'astra-addon' ),
),
'astra_header_before' => array(
'title' => 'header_before',
'description' => __( 'Action to add your content or snippet just before the opening tag.', 'astra-addon' ),
),
'astra_masthead_top' => array(
'title' => 'masthead_top',
'description' => __( 'Action to add your content or snippet at top of the tag.', 'astra-addon' ),
),
'astra_main_header_bar_top' => array(
'title' => 'main_header_bar_top',
'description' => __( 'Action to add your content or snippet at top of the Main header.', 'astra-addon' ),
),
'astra_masthead_content' => array(
'title' => 'masthead_content',
'description' => __( 'Action to add your content or snippet in tag.', 'astra-addon' ),
),
'astra_masthead_toggle_buttons_before' => array(
'title' => 'masthead_toggle_buttons_before',
'description' => __( 'Action to add your content or snippet before responsive menu toggle button.', 'astra-addon' ),
),
'astra_masthead_toggle_buttons_after' => array(
'title' => 'masthead_toggle_buttons_after',
'description' => __( 'Action to add your content or snippet after responsive menu toggle button.', 'astra-addon' ),
),
'astra_main_header_bar_bottom' => array(
'title' => 'main_header_bar_bottom',
'description' => __( 'Action to add your content or snippet after at bottom of the Main header.', 'astra-addon' ),
),
'astra_masthead_bottom' => array(
'title' => 'masthead_bottom',
'description' => __( 'Action to add your content or snippet at bottom of the tag.', 'astra-addon' ),
),
'astra_header_after' => array(
'title' => 'header_after',
'description' => __( 'Action to add your content or snippet after the closing tag.', 'astra-addon' ),
),
),
),
'content' => array(
'title' => __( 'Content', 'astra-addon' ),
'hooks' => array(
'astra_content_before' => array(
'title' => 'content_before',
'description' => __( 'Action to add your content or snippet before main content.', 'astra-addon' ),
),
'astra_content_top' => array(
'title' => 'content_top',
'description' => __( 'Action to add your content or snippet at top of main content.', 'astra-addon' ),
),
'astra_primary_content_top' => array(
'title' => 'primary_content_top',
'description' => __( 'Action to add your content or snippet at top of the primary content.', 'astra-addon' ),
),
'astra_content_while_before' => array(
'title' => 'content_while_before',
'description' => __( 'Action to add your content or snippet before loop start.', 'astra-addon' ),
),
'astra_entry_before' => array(
'title' => 'entry_before',
'description' => __( 'Action to add your content or snippet before tag.', 'astra-addon' ),
),
'astra_entry_top' => array(
'title' => 'entry_top',
'description' => __( 'Action to add your content or snippet at top of the tag.', 'astra-addon' ),
),
'astra_single_header_before' => array(
'title' => 'single_header_before',
'description' => __( 'Action to add your content or snippet before single post header.', 'astra-addon' ),
),
'astra_single_header_top' => array(
'title' => 'single_header_top',
'description' => __( 'Action to add your content or snippet at top of the single post header.', 'astra-addon' ),
),
'astra_single_header_bottom' => array(
'title' => 'single_header_bottom',
'description' => __( 'Action to add your content or snippet at bottom of the single post header.', 'astra-addon' ),
),
'astra_single_header_after' => array(
'title' => 'single_header_after',
'description' => __( 'Action to add your content or snippet after single post header.', 'astra-addon' ),
),
'astra_entry_content_before' => array(
'title' => 'entry_content_before',
'description' => __( 'Action to add your content or snippet before post content.', 'astra-addon' ),
),
'astra_entry_content_after' => array(
'title' => 'entry_content_after',
'description' => __( 'Action to add your content or snippet after post content', 'astra-addon' ),
),
'astra_entry_bottom' => array(
'title' => 'entry_bottom',
'description' => __( 'Action to add your content or snippet at bottom of the tag.', 'astra-addon' ),
),
'astra_entry_after' => array(
'title' => 'entry_after',
'description' => __( 'Action to add your content or snippet after closing tag.', 'astra-addon' ),
),
'astra_primary_content_bottom' => array(
'title' => 'primary_content_bottom',
'description' => __( 'Action to add your content or snippet at bottom of the primary content.', 'astra-addon' ),
),
'astra_content_while_after' => array(
'title' => 'content_while_after',
'description' => __( 'Action to add your content or snippet after loop end.', 'astra-addon' ),
),
'astra_content_bottom' => array(
'title' => 'content_bottom',
'description' => __( 'Action to add your content or snippet at bottom of the main content.', 'astra-addon' ),
),
'astra_content_after' => array(
'title' => 'content_after',
'description' => __( 'Action to add your content or snippet after main content.', 'astra-addon' ),
),
),
),
'comment' => array(
'title' => __( 'Comment', 'astra-addon' ),
'hooks' => array(
'astra_comments_before' => array(
'title' => 'comments_before',
'description' => __( 'Action to add your content or snippet before opening of comment start.', 'astra-addon' ),
),
'astra_comments_after' => array(
'title' => 'comments_after',
'description' => __( 'Action to add your content or snippet after closing of comment wrapper.', 'astra-addon' ),
),
),
),
'sidebar' => array(
'title' => __( 'Sidebar', 'astra-addon' ),
'hooks' => array(
'astra_sidebars_before' => array(
'title' => 'sidebars_before',
'description' => __( 'Action to add your content or snippet before opening of sidebar wrapper.', 'astra-addon' ),
),
'astra_sidebars_after' => array(
'title' => 'sidebars_after',
'description' => __( 'Action to add your content or snippet after closing of sidebar wrapper.', 'astra-addon' ),
),
),
),
'footer' => array(
'title' => __( 'Footer', 'astra-addon' ),
'hooks' => array(
'astra_footer_before' => array(
'title' => 'footer_before',
'description' => __( 'Action to add your content or snippet before the opening