wc_admin_daily

wc_admin_daily

Appears in:
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.10.1.2

do_action('wc_admin_daily') is found 1 times:

  • /includes/class-woocommerce.php line 1453
    		} catch ( Throwable $e ) {
    			wc_get_logger()->error( 'Error initializing wc_admin_daily: ' . $e->getMessage(), array( 'source' => 'woocommerce-scheduled-actions' ) );
    		}
    		// phpcs:disable WooCommerce.Commenting.CommentHooks.MissingHookComment
    		do_action( 'wc_admin_daily' );
    	}
    
    	/**
    	 * Wrapper for the `generate_category_lookup_table` action. This prevents the event failing when the class is not loaded.
    	 * It loads the class if it exists, and then calls the actual action.
    	 *
    

See this hook used in plugins: