another plugin page. * 5)no display after the updated Onboarding with Opt-in. * 6)no display when Whitelabel > Documentation, Tutorials and What’s New Modal is set to “Hide” * * @return bool */ public function show_tracking_modal() { $info = defender_white_label_status(); $white_label_is_hide = isset( $info['hide_doc_link'] ) && $info['hide_doc_link']; return (bool) get_site_option( self::TRACKING_SLUG ) && ! $white_label_is_hide; } /** * Delete all the data & the cache. */ public function remove_data() { } /** * Exports strings. * * @return array An array of strings. */ public function export_strings(): array { return array(); } /** * Converts the object data to an array. * * @return array An array representation of the object. */ public function to_array(): array { return array(); } /** * Imports data into the model. * * @param array $data Data to be imported into the model. * * @throws Exception If table is not defined. */ public function import_data( array $data ) { } /** * Removes settings for all submodules. */ public function remove_settings(): void { } /** * Provides data for the frontend. * * @return array An array of data for the frontend. */ public function data_frontend(): array { return array(); } }another plugin page. * 5)no display after the updated Onboarding with Opt-in. * 6)no display when Whitelabel > Documentation, Tutorials and What’s New Modal is set to “Hide” * * @return bool */ public function show_tracking_modal() { $info = defender_white_label_status(); $white_label_is_hide = isset( $info['hide_doc_link'] ) && $info['hide_doc_link']; return (bool) get_site_option( self::TRACKING_SLUG ) && ! $white_label_is_hide; } /** * Delete all the data & the cache. */ public function remove_data() { } /** * Exports strings. * * @return array An array of strings. */ public function export_strings(): array { return array(); } /** * Converts the object data to an array. * * @return array An array representation of the object. */ public function to_array(): array { return array(); } /** * Imports data into the model. * * @param array $data Data to be imported into the model. * * @throws Exception If table is not defined. */ public function import_data( array $data ) { } /** * Removes settings for all submodules. */ public function remove_settings(): void { } /** * Provides data for the frontend. * * @return array An array of data for the frontend. */ public function data_frontend(): array { return array(); } }