WC_Report_Downloads::display_tablenav
Don't need this.
Method of the class: WC_Report_Downloads{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Report_Downloads = new WC_Report_Downloads(); $WC_Report_Downloads->display_tablenav( $position );
- $position(string) (required)
- Top or bottom.
WC_Report_Downloads::display_tablenav() WC Report Downloads::display tablenav code WC 10.5.0
public function display_tablenav( $position ) {
if ( 'top' !== $position ) {
parent::display_tablenav( $position );
}
}