-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdeprecated.php
19 lines (18 loc) · 1.16 KB
/
deprecated.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/*-------------------------------------------------------------------------------------------------
- This file is part of the WPSF package. -
- This package is Open Source Software. For the full copyright and license -
- information, please view the LICENSE file which was distributed with this -
- source code. -
- -
- @package WPSF -
- @author Varun Sridharan <[email protected]> -
-------------------------------------------------------------------------------------------------*/
if ( ! defined( 'ABSPATH' ) ) {
die ();
} // Cannot access pages directly.
/**
* Deprecated framework functions from past framework versions.
* You shouldn't use these
* functions and look for the alternatives instead. The functions will be removed in a later version.
*/