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