[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-admin/includes/ -> class-wp-importer.php (summary)

(no description)

File Size: 326 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

WP_Importer:: (13 methods):
  __construct()
  get_imported_posts()
  count_imported_posts()
  get_imported_comments()
  set_blog()
  set_user()
  cmpr_strlen()
  get_page()
  bump_request_timeout()
  is_user_over_quota()
  min_whitespace()
  stop_the_insanity()
  get_cli_args()


Class: WP_Importer  - X-Ref

WP_Importer base class

__construct()   X-Ref
Class Constructor


get_imported_posts( $importer_name, $blog_id )   X-Ref
Returns array with imported permalinks from WordPress database

return: array
param: string $importer_name
param: string $blog_id

count_imported_posts( $importer_name, $blog_id )   X-Ref
Return count of imported permalinks from WordPress database

return: int
param: string $importer_name
param: string $blog_id

get_imported_comments( $blog_id )   X-Ref
Set array with imported comments from WordPress database

return: array
param: string $blog_id

set_blog( $blog_id )   X-Ref

return: int|void
param: int $blog_id

set_user( $user_id )   X-Ref

return: int|void
param: int $user_id

cmpr_strlen( $a, $b )   X-Ref
Sort by strlen, longest string first

return: int
param: string $a
param: string $b

get_page( $url, $username = '', $password = '', $head = false )   X-Ref
GET URL

return: array
param: string $url
param: string $username
param: string $password
param: bool   $head

bump_request_timeout( $val )   X-Ref
Bump up the request timeout for http requests

return: int
param: int $val

is_user_over_quota()   X-Ref
Check if user has exceeded disk quota

return: bool

min_whitespace( $text )   X-Ref
Replace newlines, tabs, and multiple spaces with a single space.

return: string
param: string $text

stop_the_insanity()   X-Ref
Resets global variables that grow out of control during imports.

since: 3.0.0

get_cli_args( $param, $required = false )   X-Ref
Returns value of command line params.
Exits when a required param is not set.

return: mixed
param: string $param
param: bool   $required



Generated: Thu Apr 25 01:00:03 2024 Cross-referenced by PHPXref 0.7.1