Skip to content

Commit dd46b11

Browse files
specify Update URI
1 parent bb100f6 commit dd46b11

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ibericode-mods.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,23 @@
55
Description: a collection of commonly needed WordPresss modifications or enhancements
66
Author: Danny van Kooten
77
Version: 1.0
8-
Author URI: https://dannyvankooten.com/
8+
Author URI: https://www.dannyvankooten.com/
99
Private: True
1010
Requires at least: 6.5
1111
Requires PHP: 8.3
1212
License: GPL v2 or later
1313
License URI: https://www.gnu.org/licenses/gpl-2.0.html
14+
Update URI: https://www.ibericode.com/
1415
*/
1516

1617
if (PHP_VERSION_ID < 80300) {
1718
return;
1819
}
1920

21+
if (! defined('ABSPATH')) {
22+
return;
23+
}
24+
2025
require __DIR__ . '/includes/allow-svg-uploads.php';
2126
require __DIR__ . '/includes/noindex-archive-pages.php';
2227
require __DIR__ . '/includes/disable-rest-api-users-endpoint.php';

0 commit comments

Comments
 (0)