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_columns()

Get a list of columns. The format is: ‘internal-name’ => ‘Title’


Description Description


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

	public function get_columns() {
		return apply_filters( 'pum_subscribers_table_columns', array(
			'cb'       => '<input type="checkbox" />', // to display the checkbox.
			'email'    => __( 'Email', 'popup-maker' ),
			'name'     => __( 'Full Name', 'popup-maker' ),
			'fname'    => __( 'First Name', 'popup-maker' ),
			'lname'    => __( 'Last Name', 'popup-maker' ),
			'popup_id' => __( 'Popup', 'popup-maker' ),
			//'user_id'  => __( 'User ID', 'popup-maker' ),
			'created'  => _x( 'Subscribed On', 'column name', 'popup-maker' ),
		) );
	}

Top ↑

User Contributed Notes User Contributed Notes

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