WP Page Templates 1.1.13

Does WP Page Templates work with WordPress 6.3 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
708PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 120.73 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version6.3
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 500+
WordPress.org page https://wordpress.org/plugins/custom-page-templates-by-vegacorp/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

WP Templates ‹ Test site — WordPress

Page screenshot: WP Templates ‹ Test site — WordPress
URL /wp-admin/admin.php?page=wcpt_welcome_page
Requested URL /wp-admin/plugins.php?action=activate&plugin=custom-page-templates-by-vegacorp%2Fpage-layouts.php&plugin_status=all&paged=1&s&_wpnonce=dcf157b08e
Aspect after-activation
HTTP status 200
Load time 1.379 s
Memory usage 3.22 MiB
JS errors None
Resource errors None

WP Templates

Page screenshot: WP Templates
URL /wp-admin/admin.php?page=wcpt_welcome_page
Aspect menu-item
HTTP status 200
Load time 0.154 s
Memory usage 2.84 MiB
JS errors None
Resource errors None

WP Templates → Contact Us

Page screenshot: WP Templates → Contact Us
URL /wp-admin/admin.php?page=wcpt_welcome_page-contact
Aspect menu-item
HTTP status 200
Load time 0.920 s
Memory usage 2.9 MiB
JS errors None
Resource errors None

WP Templates → Upgrade  ➤

Page screenshot: WP Templates → Upgrade  ➤
URL /wp-admin/admin.php?page=wcpt_welcome_page-pricing
Aspect menu-item
HTTP status 200
Load time 1.093 s
Memory usage 3.19 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.213 s
Memory usage 3.2 MiB
JS errors None
Resource errors None

Add New Page ‹ Test site — WordPress

Page screenshot: Add New Page ‹ Test site — WordPress
URL /wp-admin/post-new.php?post_type=page
Aspect new-meta-boxes
HTTP status 200
Load time 0.801 s
Memory usage 5.33 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.351 s0.356 s+0.005 s2.83 MiB3 MiB+ 183.29 KiB
/wp-admin/edit.php0.199 s0.213 s+0.014 s2.85 MiB3.03 MiB+ 182.97 KiB
/wp-admin/post-new.php0.741 s0.619 s-0.122 s5.21 MiB5.34 MiB+ 127.01 KiB
/wp-admin/upload.php0.559 s0.440 s-0.119 s2.77 MiB2.87 MiB+ 102.3 KiB
/wp-admin/options-writing.php0.197 s0.187 s-0.010 s2.76 MiB2.86 MiB+ 94.89 KiB
/wp-admin/media-new.php0.379 s0.197 s-0.182 s2.74 MiB2.85 MiB+ 114.49 KiB
/wp-admin/edit-tags.php?taxonomy=category0.173 s0.185 s+0.012 s2.76 MiB2.88 MiB+ 120.29 KiB
/wp-admin/post-new.php?post_type=page0.590 s0.591 s+0.001 s5.21 MiB5.33 MiB+ 123.45 KiB
/wp-admin/options-discussion.php0.213 s0.232 s+0.019 s2.75 MiB2.85 MiB+ 102.8 KiB
/wp-admin/edit-comments.php0.201 s0.193 s-0.008 s2.78 MiB2.88 MiB+ 101.59 KiB
/0.284 s0.189 s-0.095 s3.13 MiB3.2 MiB+ 74.96 KiB
Average 0.353 s0.309 s-0.044 s3.25 MiB3.37 MiB+ 120.73 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
JavaScript
Language % Lines of code Comment lines Files
PHP72.2%680357
JavaScript24.6%232181
CSS3.2%3001
Total 942 53 9

PHP Code Analysis | More results »

Lines of code 582
Total complexity 68
Median class complexity 65.0
Median method complexity 2.0
Most complex class VG_Page_Layouts
Most complex function VG_Page_Layouts::render_section_fields()
Classes 1
Methods 19
Functions 2

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Options wp_options 7

Meta Boxes

{
    "page": {
        "vg-page-layouts": {
            "title": "Page layout",
            "context": "side"
        }
    }
}

PHP Error Log 708 lines

[13-Aug-2023 17:33:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[13-Aug-2023 17:33:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[13-Aug-2023 17:33:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[13-Aug-2023 17:33:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[13-Aug-2023 17:33:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[13-Aug-2023 17:33:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[13-Aug-2023 17:33:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[13-Aug-2023 17:33:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[13-Aug-2023 17:33:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[13-Aug-2023 17:33:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:17 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:18 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7127
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2182
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[13-Aug-2023 17:33:19 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/custom-page-templates-by-vegacorp/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362

(+608 more lines)
See also: All tests for this plugin, How to Hide WP Page Templates Admin Menus and Meta Boxes