insert( $wpdb->prefix . 'opanda_debug_log', array( 'SessionId' => $dsid, 'Message' => $message, 'RecordTime' => time() ), array( '%s', '%s', '%d' ) ); } add_action('wp_ajax_opanda_debug_log', 'opanda_debug_log'); add_action('wp_ajax_nopriv_opanda_debug_log', 'opanda_debug_log');