Completed
Branch FET-10486-add-timestamp-checki... (611b15)
by
unknown
105:07 queued 90:18
created

EES_Espresso_Txn_Page::run()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 2
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 1
c 0
b 0
f 0
nc 1
nop 1
dl 0
loc 2
rs 10
1
<?php if ( ! defined('EVENT_ESPRESSO_VERSION')) {exit('No direct script access allowed');}
2
/**
3
 * EES_Espresso_Txn_Page
4
 *
5
 * @deprecated 4.9.27
6
 * @package     Event Espresso
7
 * @subpackage	/shortcodes/
8
 * @author      Brent Christensen
9
 */
10
class EES_Espresso_Txn_Page  extends EES_Shortcode {
0 ignored issues
show
Deprecated Code introduced by
The class EES_Shortcode has been deprecated with message: 4.9.26

This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.

The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.

Loading history...
11
12
13
	/**
14
     * @deprecated 4.9.27
15
     * @return 	void
16
	 */
17
	public static function set_hooks() {
18
	}
19
20
	/**
21
     * @deprecated 4.9.27
22
     * @return 	void
23
	 */
24
	public static function set_hooks_admin() {
25
	}
26
27
28
29
	/**
30
     * @deprecated 4.9.27
31
     * @return 	void
32
	 */
33
	public static function set_definitions() {
34
	}
35
36
37
38
	/**
39
     * @deprecated 4.9.27
40
     * @param  WP $WP
41
	 * @return void
42
	 * @throws \Exception
43
	 * @throws \EE_Error
44
	 */
45
	public function run( WP $WP ) {
46
	}
47
48
49
50
51
	/**
52
     * @deprecated 4.9.27
53
     * @param array $attributes
54
	 * @return string
55
	 */
56
	public function process_shortcode( $attributes = array() ) {
57
		return __( 'This is the Event Espresso Transactions page. This page receives instant payment notification (IPN) requests and should have a status of published, but should not be easily accessible by site visitors. Do not add it to your website\'s navigation menu or link to it from another page. Also, do not delete it or change its status to private.', 'event_espresso' );
58
	}
59
60
61
62
}
63
// End of file EES_Espresso_Txn_Page.shortcode.php
64
// Location: /shortcodes/EES_Espresso_Txn_Page.shortcode.php