• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Easy Digital Downloads a2z

Easy Digital Downloads a2z

Easy Digital Downloads a2z

  • Home
  • Plugins
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
Home / APIs / EDD_Batch_Earnings_Report_Export::get_supported_statuses() – Get a list of the statuses supported in this report.

You appear to be a bot. Output may be restricted

Description

Get a list of the statuses supported in this report.

Usage

$array = EDD_Batch_Earnings_Report_Export::get_supported_statuses();

Parameters

Returns

array The status keys supported (not Labels)

Source

File name: easy-digital-downloads/includes/admin/reporting/export/class-batch-export-earnings-report.php
Lines:

1 to 9 of 9
  public function get_supported_statuses() {
    $statuses = edd_get_payment_statuses();

    // Unset a few statuses we don't need in the report:
    unset( $statuses['pending'], $statuses['processing'], $statuses['preapproval'] );
    $supported_statuses = array_keys( $statuses );

    return apply_filters( 'edd_export_earnings_supported_statuses', $supported_statuses );
  }
 

 View on GitHub View on Trac

Published: 26th November 2019 | Last updated: 26th January 2022

Primary Sidebar

Information

Function name: EDD_Batch_Earnings_Report_Export::get_supported_statuses
Class ref: EDD_Batch_Earnings_Report_Export
Plugin ref: Easy Digital Downloads
Version: 2.11.6
Sourcefile: includes/admin/reporting/export/class-batch-export-earnings-report.php
File ref: includes/admin/reporting/export/class-batch-export-earnings-report.php
Deprecated?: No
API Letters: B,E,R

Footer

Easy Digital Downloads a2z
Easy Digital Downloads a2z
Easy Digital Downloads a2z
WordPress 6.0
WordPress a2z
WordPress core a2z
Genesis Theme Framework a2z
Jetpack a2z
WordPress develop tests
Easy Digital Downloads a2z
WooCommerce a2z
Yoast SEO a2z
WordPress Blocks

Site:  edd.wp-a2z.org
© Copyright Easy Digital Downloads a2z 2014-2022. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins