'elementor_library', 'post_status' => 'publish', 'posts_per_page' => -1, ); $query = get_posts( $args ); $new_datas = get_option( 'astha_custom_header_footer' ); $new_datas = apply_filters( 'astha_custom_header_footer', $new_datas ); $custom_header_id = isset( $new_datas['custom-header-id'] ) ? $new_datas['custom-header-id'] : false; $custom_footer_id = isset( $new_datas['custom-footer-id'] ) ? $new_datas['custom-footer-id'] : false; ?>