We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb100f6 commit dd46b11Copy full SHA for dd46b11
1 file changed
ibericode-mods.php
@@ -5,18 +5,23 @@
5
Description: a collection of commonly needed WordPresss modifications or enhancements
6
Author: Danny van Kooten
7
Version: 1.0
8
-Author URI: https://dannyvankooten.com/
+Author URI: https://www.dannyvankooten.com/
9
Private: True
10
Requires at least: 6.5
11
Requires PHP: 8.3
12
License: GPL v2 or later
13
License URI: https://www.gnu.org/licenses/gpl-2.0.html
14
+Update URI: https://www.ibericode.com/
15
*/
16
17
if (PHP_VERSION_ID < 80300) {
18
return;
19
}
20
21
+if (! defined('ABSPATH')) {
22
+ return;
23
+}
24
+
25
require __DIR__ . '/includes/allow-svg-uploads.php';
26
require __DIR__ . '/includes/noindex-archive-pages.php';
27
require __DIR__ . '/includes/disable-rest-api-users-endpoint.php';
0 commit comments