InspireBook has following hooks and filters. If you are a developer and want to customize theme as per your requirement, use these hooks and filters:
Actions
- rtp_head
- rtp_hook_after_comment_author_avatar
- rtp_hook_after_content_wrapper
- rtp_hook_after_footer
- rtp_hook_after_header
- rtp_hook_after_login_form
- rtp_hook_after_logo
- rtp_hook_archive_pagination
- rtp_hook_before_content_wrapper
- rtp_hook_before_footer
- rtp_hook_before_header
- rtp_hook_before_login_form
- rtp_hook_before_logo
- rtp_hook_begin_body
- rtp_hook_begin_content
- rtp_hook_begin_content_row
- rtp_hook_begin_content_wrapper
- rtp_hook_begin_footer
- rtp_hook_begin_header
- rtp_hook_begin_main_wrapper
- rtp_hook_begin_post
- rtp_hook_begin_post_content
- rtp_hook_begin_post_meta_bottom
- rtp_hook_begin_post_meta_top
- rtp_hook_begin_post_title
- rtp_hook_begin_primary_menu
- rtp_hook_begin_sidebar
- rtp_hook_begin_slide_panel
- rtp_hook_begin_top_menu_list
- rtp_hook_comments
- rtp_hook_current_user_menu_list
- rtp_hook_end_body
- rtp_hook_end_content
- rtp_hook_end_content_row
- rtp_hook_end_content_wrapper
- rtp_hook_end_footer
- rtp_hook_end_header
- rtp_hook_end_main_wrapper
- rtp_hook_end_post
- rtp_hook_end_post_content
- rtp_hook_end_post_meta_bottom
- rtp_hook_end_post_meta_top
- rtp_hook_end_post_title
- rtp_hook_end_primary_menu
- rtp_hook_end_sidebar
- rtp_hook_end_slide_panel
- rtp_hook_end_top_menu_list
- rtp_hook_post_meta_bottom
- rtp_hook_post_meta_top
- rtp_hook_sidebar
- rtp_hook_sidebar_content
- rtp_hook_single_pagination
- rtp_hook_within_header
Filters
- rtp_author_placeholder
- rtp_comment_gravatar_size
- rtp_comment_placeholder
- rtp_content_wrapper_class
- rtp_default_image_path
- rtp_email_placeholder
- rtp_header_image_height
- rtp_header_image_width
- rtp_image_sibling_count
- rtp_mobile_nav_support
- rtp_nav_collapse_menu
- rtp_nav_menu_depth
- rtp_readmore
- rtp_search_placeholder
- rtp_set_activity_class
- rtp_set_content_grid_class
- rtp_set_footer_widget_grid_class
- rtp_set_full_width_grid_class
- rtp_set_html_class
- rtp_set_sidebar_grid_class
- rtp_url_placeholder
- rtp_viewport
- the_search_query
- inspirebook_cover_image_url
To remove any filter using child theme you need to add code in inspirebook-child-theme/lib/rtp-custom-hooks-applied.php
file under function rtp_remove_parent_hooks()