Filter by type:
Search
Skip to content
Browse: Home / Classes / BSF_Extension_Installer / BSF_Extension_Installer::__construct()

BSF_Extension_Installer::__construct()

Constructor


Description


Source

File: admin/bsf-core/classes/class-bsf-extension-installer.php

	public function __construct() {
		add_action( 'admin_enqueue_scripts', array( $this, 'load_scripts' ) );
		add_action( 'wp_ajax_bsf-extention-activate', array( $this, 'activate_plugin' ) );
	}

Expand full source code Collapse full source code View on Trac


User Contributed Notes

You must log in before being able to contribute a note or feedback.