WC_Report_Stock::display_tablenav
Don't need this.
Метод класса: WC_Report_Stock{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WC_Report_Stock = new WC_Report_Stock(); $WC_Report_Stock->display_tablenav( $position );
- $position(строка) (обязательный)
- .
Код WC_Report_Stock::display_tablenav() WC Report Stock::display tablenav WC 10.3.5
public function display_tablenav( $position ) {
if ( 'top' !== $position ) {
parent::display_tablenav( $position );
}
}