Server :
Apache
System :
Linux webd003.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User :
atwiofrxug (73666)
PHP Version :
8.4.10
Disable Functions :
_dyuweyrj4,_dyuweyrj4r,dl
Current Directory :
/home/atwiofrxug/mylittletelaviv/wp-content/plugins/popup-maker/includes/functions/
Directory Status:
Writeable | Document Root:
Writeable
Upload File
Viewing: /home/atwiofrxug/mylittletelaviv/wp-content/plugins/popup-maker/includes/functions/developers.php
<?php
/*******************************************************************************
* Copyright (c) 2018, WP Popup Maker
******************************************************************************/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
/**
* Call this with a popup ID and it will trigger the
* JS based forms.success function with your settings
* on the next page load.
*
* @since 1.7.0
*
* @param int $popup_id
* @param array $settings
*/
function pum_trigger_popup_form_success( $popup_id = null, $settings = array() ) {
if ( ! isset( $popup_id ) ) {
$popup_id = isset( $_REQUEST['pum_form_popup_id'] ) && absint( $_REQUEST['pum_form_popup_id'] ) > 0 ? absint( $_REQUEST['pum_form_popup_id'] ) : false;
}
if ( $popup_id ) {
PUM_Integrations::$form_success = array(
'popup_id' => $popup_id,
'settings'=> $settings
);
}
}
Cyb3r Drag0nz Team • Google Edition