LLMS_Admin_AddOns::output_for_settings()
Outputs most popular resources used on general settings screen
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.addons.php
public function output_for_settings() {
if ( is_wp_error( $this->get_data() ) ) {
esc_html_e( 'There was an error retrieving add-ons. Please try again.', 'lifterlms' );
return;
}
$this->output_content();
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.7.6 | Introduced. |