Premium_Integrations::set_js( String $js )
Sets a JS file that loads only on the settings page of this premium integration
Contents
Parameters Parameters
- $js
-
(Required) The path of the JS file.
Source Source
File: src/core/lib/settings/trait-premium-integrations.php
public function set_js( $js ) { $this->js = $js; }
Expand full source code Collapse full source code View on Github