plugin_dir = $adminPress->plugin_dir; $this->plugin_url = $adminPress->plugin_url; $this->version = $adminPress->version; $this->options = $adminPress->options; } add_filter( 'adminpress_form', array( $this, 'CustomCSS_form' ), 20 ); add_action( 'admin_footer', array( $this, 'add_css_js_admin' ) ); add_action( 'wp_footer', array( $this, 'add_css_js_front' ) ); } public function add_css_js_admin() { ?>