示例#1
0
 public static function init()
 {
     // Set default image URL
     self::$default_img_url = PLS_IMG_URL . "/null/listing-1200x720.jpg";
     // For Wordpress 3.3.0
     if (!is_admin()) {
         add_action('init', array(__CLASS__, 'enqueue'));
     }
 }