LLMS_Admin_Table::get_filter_placeholder( string $column_id,  $column_data )

Get the text for the default/placeholder for a filterable column.


Parameters Parameters

$column_id

(string) (Required) id of the column


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.admin.table.php

	/**
	 * Get the current page.
	 *
	 * @since 3.2.0
	 *
	 * @return int
	 */
	public function get_current_page() {


Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.