function totals(){ echo 'сумма '; } add_action('wp_ajax_total', 'totals'); add_action('wp_ajax_nopriv_total', 'totals');