Changeset 49936 for trunk/src/wp-admin/includes/import.php
- Timestamp:
- 01/05/2021 05:14:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/import.php
r47227 r49936 50 50 * @param string $description Importer description. 51 51 * @param callable $callback Callback to run. 52 * @return WP_Error ReturnsWP_Error when $callback is WP_Error.52 * @return void|WP_Error Void on success. WP_Error when $callback is WP_Error. 53 53 */ 54 54 function register_importer( $id, $name, $description, $callback ) {
Note: See TracChangeset
for help on using the changeset viewer.