LLMS_Payment_Gateway::get_display_order()
Get the display order setting
Return Return
(int)
Source Source
File: includes/abstracts/abstract.llms.payment.gateway.php
514 515 516 | public function get_display_order() { return absint( $this ->get_option( 'display_order' ) ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |