芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/facebook-for-woocommerce/includes/Admin/Tasks/Setup.php
get_settings_url(); } /** * Check if the task is complete. * * @return bool */ public function is_complete() { return facebook_for_woocommerce()->get_connection_handler()->is_connected(); } /** * Parent ID. This method is abstract in WooCommerce 6.1.x, 6.2.x and 6.3.x. This implementation is for backward compatibility for these versions. * * @return string */ public function get_parent_id() { if ( method_exists( get_parent_class( $this ), 'get_parent_id' ) ) { return parent::get_parent_id(); } return 'extended'; // The parent task list id. } }