22 lines
621 B
PHP
22 lines
621 B
PHP
<?php
|
|
/**
|
|
* Review Queue switch
|
|
*
|
|
* @package notification
|
|
*/
|
|
|
|
?>
|
|
|
|
<label class="row-label" for="queue-switch">
|
|
<strong><?php esc_html_e( 'Catch in review queue', 'notification' ); ?></strong>
|
|
<a href="https://bracketspace.com/downloads/notification-review-queue/?utm_source=wp&utm_medium=notification-edit&utm_id=upsell" target="_blank" class="label-pro">PRO</a>
|
|
</label>
|
|
<div class="onoffswitch">
|
|
<input type="checkbox" class="onoffswitch-checkbox">
|
|
<label class="onoffswitch-label">
|
|
<span class="onoffswitch-inner"></span>
|
|
<span class="onoffswitch-switch"></span>
|
|
</label>
|
|
</div>
|
|
<div class="clear"></div>
|