13-plugin_worker_interface.php 82 B

1234567
  1. <?php
  2. namespace cx_newsletter;
  3. use \wpdb;
  4. interface plugin_worker_interface {
  5. }