webberzone.dev Recent

Import_Wizard class Pro only

Import_Wizard

Import Wizard class.

Namespace: WebberZone\Knowledge_Base\Pro\GitHub
Since: 3.1.0
Source: includes/github/class-import-wizard.php line 21

Methods

__construct()

Constructor.

Since: 3.1.0
Line: 28

public function __construct(  );

enqueue_scripts()

Enqueue scripts for the import wizard. Called by GitHub_Page when the Import tab is active.

Since: 3.1.0
Line: 38

public function enqueue_scripts(  ): void;

Returns: void

render_content()

Render the import tab content. Called by GitHub_Page.

Since: 3.1.0
Line: 71

public function render_content(  ): void;

Returns: void

ajax_list_files()

AJAX handler: return the list of files to import for a mapping (or all mappings).

Since: 3.1.0
Line: 167

public function ajax_list_files(  ): void;

Returns: void

ajax_process_one()

AJAX handler: process a single file and return the result row.

Since: 3.1.0
Line: 236

public function ajax_process_one(  ): void;

Returns: void