service( 'file' )->plugin_file() ); } /** * Declaring compatibility with HPOS. * * This plugin has nothing to do with "High-Performance Order Storage". * However, the compatibility flag has been added to avoid WooCommerce declaring the plugin as "uncertain". * * @since 1.5.0 * * @return void */ public function add_hpos_compatibility() { // Declare compatibility with HPOS. FeaturesUtil::declare_compatibility( 'custom_order_tables', woo_additional_terms()->service( 'file' )->plugin_file() ); } }