wc_logs_load_tab, $params[view]

wc_logs_load_tab, $params[view]

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('wc_logs_load_tab, $params[view]') is found 1 times:

  • /src/Internal/Admin/Logging/PageController.php line 93
    			 * @param string $view The current view within the Logs tab.
    			 *
    			 * @since 8.6.0
    			 */
    			do_action( 'wc_logs_load_tab', $params['view'] );
    		}
    	}
    
    	/**
    	 * Notices to display on Logs screens.
    	 *