LLMS_Admin_Post_Table_Orders::edit_load()
Order post: Adds custom sortable columns to WP request.
Contents
Return Return
(void)
Source Source
File: includes/admin/post-types/post-tables/class.llms.admin.post.table.orders.php
public function edit_load() { add_filter( 'request', array( $this, 'llms_sort_orders' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |