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:

Description

Registers importer for WordPress.

Related Functions

register_post_meta, register_post_type, get_importers, register_meta, register_sidebar

Top Google Results

User discussions

wpseek mobile