PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wp-job-manager
/
lib
/
usage-tracking
/
tests
/
support
<?php class WP_Die_Exception extends Exception { private $wp_die_args = null; public function set_wp_die_args( $message, $title, $args ) { $this->wp_die_args = array( 'message' => $message, 'title' => $title, 'args' => $args, ); } public function get_wp_die_args() { return $this->wp_die_args; } }
[+]
..
[-] wp-die-exception.php
[edit]
[-] class-usage-tracking-test-subclass.php
[edit]