Browse
For agents
About
Insert PHP Code Snippet
/
trunk
Insert PHP Code Snippet
vtrunk
Switch version
1.4.7
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.4
1.4.1
1.4.2
1.4.3
1.4.4
1.4.5
1.4.6
trunk
1.0
1.1
1.2
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.3
All 27 releases
Overview
Code
← All changes
|
direct_call.php
+3
-0
1.2
→
trunk
View file →
@@ -1,5 +1,8 @@
1
1
<?php
2
+
if ( ! defined( 'ABSPATH' ) )
3
+
exit;
4
+
2
5
function xyz_ips_plugin_query_vars($vars) {
3
6
$vars[] = 'wp_ips';
4
7
return $vars;
5
8
}