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_bulk_actions()
Returns an associative array containing the bulk action
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)
Source Source
File: classes/Admin/Subscribers/Table.php
public function get_bulk_actions() { /* * on hitting apply in bulk actions the url params are set as * ?action=bulk-download&paged=1&action2=-1 * * action and action2 are set based on the triggers above or below the table */ $actions = array( 'bulk-delete' => __( 'Delete', 'popup-maker' ), ); return $actions; }
Expand full source code Collapse full source code View on Trac