MLA_GFI_ACTION
MLA_GFI_ACTION
Uniquely identifies the Thumbnails bulk action
Class MLA (Media Library Assistant) Thumbnails provides support for Featured IMage generation
mla_list_table_help_template(array $template_array, string $file_name, string $file_suffix)
Load the MLA_List_Table dropdown help menu template
Add the thumbnail generation options documentation.
array | $template_array | NULL, to indicate no replacement template. |
string | $file_name | the complete name of the default template file. |
string | $file_suffix | the $screen->id or hook suffix part of the template file name. |
mla_list_table_custom_bulk_action(array $item_content, string $bulk_action, integer $post_id) : object
Process an MLA_List_Table custom bulk action
Creates new items from the "Bulk Translate" list.
array | $item_content | NULL, to indicate no handler. |
string | $bulk_action | the requested action. |
integer | $post_id | the affected attachment. |
updated $item_content. NULL if no handler, otherwise ( 'message' => error or status message(s), 'body' => '' )
mla_list_table_end_bulk_action(array $item_content, string $bulk_action)
End an MLA_List_Table bulk action
Add the query arguments required for the "Generated Thumbnails" filter.
array | $item_content | NULL, to indicate no handler. |
string | $bulk_action | the requested action. |
mla_list_table_get_bulk_actions(array $actions) : array
Filter the MLA_List_Table bulk actions
Adds the "Thumbnail" action to the Bulk Actions list.
array | $actions | An array of bulk actions. Format: 'slug' => 'Label' |
updated array of actions.
mla_list_table_submenu_arguments(array $submenu_arguments, object $include_filters) : array
Filter the "sticky" submenu URL parameters
Maintains the pll_view and list of Bulk Translate items in the URLs for paging through the results.
array | $submenu_arguments | Current view, pagination and sort parameters. |
object | $include_filters | True to include "filter-by" parameters, e.g., year/month dropdown. |
updated submenu_arguments.