' . esc_html__( 'Clear History', 'rank-math' ) . ''; $history_content .= ''; $history_content .= '
'; $history_content .= ''; $history_content .= '
' . esc_html__( 'Time', 'rank-math' ) . '' . esc_html__( 'URL', 'rank-math' ) . '' . esc_html__( 'Response', 'rank-math' ) . '
'; $cmb->add_field( [ 'id' => 'indexnow_history', 'type' => 'raw', /* translators: daily quota */ 'content' => $history_content, ] ); $help_contents = ''; $help_contents .= '' . esc_html__( 'Response Code Help', 'rank-math' ) . ''; $help_contents .= ''; $help_contents .= ''; $help_contents .= ''; $help_contents .= ''; $help_contents .= ''; $help_contents .= ''; $help_contents .= ''; $help_contents .= ''; $cmb->add_field( [ 'id' => 'indexnow_help', 'type' => 'raw', /* translators: daily quota */ 'content' => $help_contents, ] );