Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
PUM_Admin_Subscribers_Table::get_sortable_columns()

Get a list of sortable columns. The format is: ‘internal-name’ => ‘orderby’ or ‘internal-name’ => array( ‘orderby’, true )


Description Description

The second format will make the initial sorting order be descending \ *


Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808

Return Return

(array)


Top ↑

Source Source

File: classes/Admin/Subscribers/Table.php

	protected function get_sortable_columns() {
		return apply_filters( 'pum_subscribers_table_columns', array(
			'email'    => 'email',
			'fname'    => 'fname',
			'lname'    => 'lname',
			'popup_id' => 'popup_id',
			'created'  => 'created',
		) );
	}

Top ↑

User Contributed Notes User Contributed Notes

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