Main public logs

Combined display of all available logs of wiki.TerraBase.info. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 03:10, 15 February 2022 Root talk contribs created page WordPress Tweaks (Created page with "Disabling unnecessary or unneeded functionality: https://design2seo.com/blog/web-development/wordpress/disabling-unused-wordpress-features/ Change the allowable image upload size in a Child Theme's functions.php file;<syntaxhighlight lang="text"> function new_srcset_max($max_width) { return 16384; } add_filter('max_srcset_image_width', 'new_srcset_max'); </syntaxhighlight>When WordPress creates "Thumbnails" (AKA Alternative Image Sizes (AIS(s)), the default quality...") Tag: Visual edit