PUM_Admin_Subscribers_Table::column_popup_id()

Method: ************************************************************************ Recommended. This is a custom column method and is responsible for what is rendered in any column with a name/slug of ‘title’. Every time the class needs to render a column, it first looks for a method named column_{$column_title} – if it exists, that method is run. If it doesn’t exist, column_default() is called instead.

Source: classes/Admin/Subscribers/Table.php:270

Used by 0 functions | Uses 2 functions