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