File ManagerCurrent Directory: wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/adminLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: disable-concatenate-scripts-integration.php <?php namespace Yoast\WP\SEO\Integrations\Admin; use Yoast\WP\SEO\Conditionals\Admin_Conditional; use Yoast\WP\SEO\Integrations\Integration_Interface; /** * Disable_Concatenate_Scripts_Integration class. * * @deprecated 23.2 * @codeCoverageIgnore */ class Disable_Concatenate_Scripts_Integration implements Integration_Interface { /** * Returns the conditionals based in which this loadable should be active. * * In this case: when on an admin page. * * @return array The conditionals. * * @deprecated 23.2 */ public static function get_conditionals() { return [ Admin_Conditional::class ]; } /** * Registers an action to disable script concatenation. * * @return void * @deprecated 23.2 */ public function register_hooks() { \_deprecated_function( __METHOD__, 'Yoast SEO 23.2' ); } /** * Due to bugs in the 5.5 core release concatenate scripts is causing errors. * * Because of this we disable it. * * @return void */ public function disable_concatenate_scripts() { \_deprecated_function( __METHOD__, 'Yoast SEO 23.2' ); } } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirdisable-concatenate-scripts-integration.phpFile1.06 KB Rename | Delete | Editold-premium-integration.phpFile2.75 KB Rename | Delete | Edit