[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: Popups.php
<?php /******************************************************************************* * Copyright (c) 2019, Code Atlantic LLC ******************************************************************************/ if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Class Post_Types */ class PUM_Popups { /** * Hook the initialize method to the WP init action. */ public static function init() { } /** * @deprecated 1.8.0 * @remove 1.9.0 * * @return \WP_Query */ public static function get_all() { static $query; if ( ! isset( $query ) ) { $query = self::query(); } return $query; } /** * @deprecated 1.8.0 * @remove 1.9.0 * * @return \WP_Query */ public static function query( $args = [] ) { $args = wp_parse_args( $args, [ 'post_type' => 'popup', 'posts_per_page' => - 1, ] ); return new WP_Query( $args ); } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server.dijitaldukkanim.com.tr
Server IP: 104.247.168.220
PHP Version: 8.1.33
Server Software: Apache
System: Linux server.dijitaldukkanim.com.tr 4.18.0-553.105.1.el8_10.x86_64 #1 SMP Tue Feb 17 05:17:39 EST 2026 x86_64
HDD Total: 492.3 GB
HDD Free: 180.62 GB
Domains on IP: N/A (Requires external lookup)
System Features