Content links 1.2.2

Does Content links work with WordPress 6.8.2 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.2
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=a7f08f4125
Aspect after-activation
HTTP status 200
Load time 0.288 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.268 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.181 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.378 s0.316 s-0.062 s3.51 MiB3.54 MiB+ 34.08 KiB
/wp-admin/edit.php0.222 s0.211 s-0.011 s3.57 MiB3.6 MiB+ 34.15 KiB
/wp-admin/post-new.php0.866 s0.661 s-0.205 s6.06 MiB6.12 MiB+ 57.78 KiB
/wp-admin/upload.php0.818 s0.543 s-0.275 s3.52 MiB3.54 MiB+ 16.74 KiB
/wp-admin/options-writing.php0.244 s0.210 s-0.034 s3.5 MiB3.52 MiB+ 20.73 KiB
/wp-admin/media-new.php0.312 s0.256 s-0.056 s3.49 MiB3.52 MiB+ 28.93 KiB
/wp-admin/edit-tags.php?taxonomy=category0.212 s0.223 s+0.011 s3.5 MiB3.54 MiB+ 39.6 KiB
/wp-admin/post-new.php?post_type=page0.766 s0.636 s-0.130 s6.05 MiB6.1 MiB+ 52.99 KiB
/wp-admin/options-discussion.php0.345 s0.375 s+0.030 s3.5 MiB3.52 MiB+ 17.23 KiB
/wp-admin/edit-comments.php0.469 s0.219 s-0.250 s3.52 MiB3.54 MiB+ 16.73 KiB
/0.330 s0.415 s+0.085 s3.43 MiB3.47 MiB+ 34.28 KiB
Average 0.451 s0.370 s-0.082 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

[16-Jul-2025 20:31:33 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
[16-Jul-2025 20:31:33 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
[16-Jul-2025 20:31:33 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
[16-Jul-2025 20:31:33 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