-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
KB Article Creation Checklist
- Write initial draft for this KB Article; label this issue
draft
and eitherquestions
ortutorials
- Add required YAML configuration
- Add Tags for this KB Article to the YAML config (see YAML Keys (Explained))
- Edit and finalize draft for publishing (remove
draft
label, adddraft-finalized
label) - Assign Issue to yourself and create Markdown file (remove
draft-finalized
label, addpending
) - Project Lead: Review and Publish KB Article (remove
pending
label, addpublished
label)
Additional TODOs
Additional TODO list items go here.
title: How can I prevent automatic queue processing?
categories: questions
tags:
author: raamdev
github-issue:
<?php
add_filter('WebSharks\\CommentMail\\Pro\\QueueProcessor_manual_only', '__return_true');