
UPSSSC Excise Constable Recruitment 2026 | Apply Online
UPSSSC Excise Constable Recruitment 2026 Post Date: June 5, 2026
// Add this method to get system instructions private function get_system_instructions() { $instructions = get_option('aicr_rewrite_prompt', ''); if (empty($instructions)) { // Default instructions $instructions = 'You are a professional content writer. Rewrite the following content uniquely. Return ONLY JSON: {"title":"New Title","slug":"url-slug","content":"
Rewritten HTML content
"}'; } // Add source information $instructions .= "\n\nSource URL, page title, body text, and extracted Important Links will be provided in the user message."; return $instructions; }