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:190
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:238
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
Method: Returns an associative array containing the bulk action
Source: classes/Admin/Subscribers/Table.php:291
Method: Process actions triggered by the user
Source: classes/Admin/Subscribers/Table.php:311
Method: Die when the nonce check fails.
Source: classes/Admin/Subscribers/Table.php:429
Source: classes/Admin/Subscribers/Table.php:13
Source: classes/Admin/Subscribers/Table.php:38
Method: Prepares the list of items for displaying.
Source: classes/Admin/Subscribers/Table.php:53
Method: Get a list of columns. The format is: ‘internal-name’ => ‘Title’
Source: classes/Admin/Subscribers/Table.php:87