LLMS_Meta_Box_Product::localize_js()
Pass settings to JS
Contents
Return Return
(void)
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.product.php
public function localize_js() {
$p = new LLMS_Product( $this->post );
$limit = $p->get_access_plan_limit();
echo '<script>window.llms = window.llms || {}; window.llms.product = { access_plan_limit: ' . $limit . ' };</script>';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |