template(
'settings/dashboard/content',
array(
'module_type' => 'forms',
'title' => esc_html__( 'Number of Forms', 'forminator' ),
'description' => esc_html__( 'Choose the number of recent forms to be shown on your dashboard.', 'forminator' ),
'status_descr' => esc_html__( 'By default, all forms, regardless of status, are displayed on the dashboard. Use this setting to display the forms with a specific status only.', 'forminator' ),
)
);
?>
template(
'settings/dashboard/content',
array(
'module_type' => 'polls',
'title' => esc_html__( 'Number of Polls', 'forminator' ),
'description' => esc_html__( 'Choose the number of recent polls to be shown on your dashboard.', 'forminator' ),
'status_descr' => esc_html__( 'By default, all polls, regardless of status, are displayed on the dashboard. Use this setting to display the polls with a specific status only.', 'forminator' ),
)
);
?>
template(
'settings/dashboard/content',
array(
'module_type' => 'quizzes',
'title' => esc_html__( 'Number of Quizzes', 'forminator' ),
'description' => esc_html__( 'Choose the number of recent quizzes to be shown on your dashboard.', 'forminator' ),
'status_descr' => esc_html__( 'By default, all quizzes, regardless of status, are displayed on the dashboard. Use this setting to display the quizzes with a specific status only.', 'forminator' ),
)
);
?>