register_importer
register_importer ( $id, $name, $description, $callback )
Parameters:- (string) id Importer tag. Used to uniquely identify importer.
- (string) name Importer name and title.
- (string) description Importer description.
- (callable) callback Callback to run.
Returns:- (void|WP_Error) Void on success. WP_Error when $callback is WP_Error.
Defined at: - Introduced in WordPress: 2.0.0
- Deprecated in WordPress: —
Description
Registers importer for WordPress.