WC_Report_Downloads::display_tablenav() public WC 1.0
Don't need this.
{} Это метод класса: WC_Report_Downloads{}
Хуков нет.
Возвращает
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 5.0.0
public function display_tablenav( $position ) {
if ( 'top' !== $position ) {
parent::display_tablenav( $position );
}
}