Content links 1.2.2

Does Content links work with WordPress 6.8.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
1PHP deprecation warnings
3Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 32.11 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.8.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 8,000+
WordPress.org page https://wordpress.org/plugins/content-links/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=content-links%2Fcontent-links.php&plugin_status=all&paged=1&s&_wpnonce=128c09b1d2
Aspect after-activation
HTTP status 200
Load time 0.292 s
Memory usage 3.55 MiB
JS errors None
Resource errors None

Content Links

Page screenshot: Content Links
URL /wp-admin/admin.php?page=link-settings
Aspect menu-item
HTTP status 200
Load time 0.263 s
Memory usage 3.59 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.171 s
Memory usage 3.47 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.333 s0.292 s-0.041 s3.51 MiB3.54 MiB+ 34.08 KiB
/wp-admin/edit.php0.204 s0.188 s-0.016 s3.57 MiB3.6 MiB+ 34.15 KiB
/wp-admin/post-new.php0.756 s0.627 s-0.129 s6.06 MiB6.12 MiB+ 57.78 KiB
/wp-admin/upload.php0.554 s0.641 s+0.087 s3.52 MiB3.54 MiB+ 16.74 KiB
/wp-admin/options-writing.php0.221 s0.200 s-0.021 s3.5 MiB3.52 MiB+ 20.73 KiB
/wp-admin/media-new.php0.267 s0.200 s-0.067 s3.49 MiB3.52 MiB+ 28.93 KiB
/wp-admin/edit-tags.php?taxonomy=category0.216 s0.193 s-0.023 s3.5 MiB3.54 MiB+ 39.6 KiB
/wp-admin/post-new.php?post_type=page0.600 s0.627 s+0.027 s6.05 MiB6.1 MiB+ 52.99 KiB
/wp-admin/options-discussion.php0.271 s0.363 s+0.092 s3.5 MiB3.52 MiB+ 17.23 KiB
/wp-admin/edit-comments.php0.431 s0.198 s-0.233 s3.52 MiB3.54 MiB+ 16.73 KiB
/0.302 s0.201 s-0.101 s3.43 MiB3.47 MiB+ 34.28 KiB
Average 0.378 s0.339 s-0.039 s3.97 MiB4 MiB+ 32.11 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
CSS
Language % Lines of code Comment lines Files
PHP87.1%5,15013611
CSS8.3%489112
JavaScript4.5%26611
HTML0.2%901
Total 5,914 148 15

PHP Code Analysis | More results »

Lines of code 4,668
Total complexity 1,044
Median class complexity 30.0
Median method complexity 4.0
Most complex class PclZip
Most complex function PclZip::privParseOptions()
Classes 7
Methods 126
Functions 8

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.

Database Tables 4

Options wp_options 1

PHP Error Log 4 lines

[01-May-2025 15:47:48 UTC] PHP Deprecated:  Optional parameter $uri declared before required parameter $params is implicitly treated as a required parameter in /wp-content/plugins/content-links/assets/core.php on line 1097
[01-May-2025 15:47:48 UTC] WordPress database error Table 'wordpress.wp_lgp_linking' doesn't exist for query SHOW COLUMNS FROM `wp_lgp_linking`; made by activate_plugin, do_action('activate_content-links/content-links.php'), WP_Hook->do_action, WP_Hook->apply_filters, cl_core::install
[01-May-2025 15:47:48 UTC] WordPress database error Table 'wordpress.wp_lgp_linking' doesn't exist for query ALTER TABLE `wp_lgp_linking` CHANGE `idn` `cat_id` INT(11) NOT NULL DEFAULT '0'; made by activate_plugin, do_action('activate_content-links/content-links.php'), WP_Hook->do_action, WP_Hook->apply_filters, cl_core::install
[01-May-2025 15:47:48 UTC] WordPress database error Table 'wordpress.wp_lgp_linking' doesn't exist for query ALTER TABLE `wp_lgp_linking` DROP INDEX `idn`, ADD UNIQUE `cat_id` (`cat_id`)COMMENT ''; made by activate_plugin, do_action('activate_content-links/content-links.php'), WP_Hook->do_action, WP_Hook->apply_filters, cl_core::install
See also: All tests for this plugin, How to Hide the "Content Links" Admin Menu