REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 783 B
Close
//home/nshryvcy/radiantskinclinics.org/wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php
Text
Base64
<?php namespace Yoast\WP\SEO\Initializers; use Automattic\WooCommerce\Utilities\FeaturesUtil; use Yoast\WP\SEO\Conditionals\No_Conditionals; /** * Declares compatibility with the WooCommerce HPOS feature. */ class Woocommerce implements Initializer_Interface { use No_Conditionals; /** * Hooks into WooCommerce. * * @return void */ public function initialize() { \add_action( 'before_woocommerce_init', [ $this, 'declare_custom_order_tables_compatibility' ] ); } /** * Declares compatibility with the WooCommerce HPOS feature. * * @return void */ public function declare_custom_order_tables_compatibility() { if ( \class_exists( FeaturesUtil::class ) ) { FeaturesUtil::declare_compatibility( 'custom_order_tables', \WPSEO_FILE, true ); } } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
crawl-cleanup-permalinks.php
5.39 KB
lrw-r--r--
2026-02-17 17:17:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
disable-core-sitemaps.php
2.87 KB
lrw-r--r--
2024-01-19 15:31:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
initializer-interface.php
345 B
lrw-r--r--
2020-09-01 16:27:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
migration-runner.php
4.12 KB
lrw-r--r--
2025-04-07 13:46:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
plugin-headers.php
740 B
lrw-r--r--
2024-09-03 14:55:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
silence-load-textdomain-just-in-time-notices.php
1.17 KB
lrw-r--r--
2025-10-08 18:12:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
woocommerce.php
783 B
lrw-r--r--
2024-01-19 15:31:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).