WC_Report_Downloads::display_tablenav()publicWC 1.0

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 8.7.0

public function display_tablenav( $position ) {
	if ( 'top' !== $position ) {
		parent::display_tablenav( $position );
	}
}