[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 327 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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. param: string $importer_name param: string $blog_id return: array |
count_imported_posts( $importer_name, $blog_id ) X-Ref |
Returns count of imported permalinks from WordPress database. param: string $importer_name param: string $blog_id return: int |
get_imported_comments( $blog_id ) X-Ref |
Sets array with imported comments from WordPress database. param: string $blog_id return: array |
set_blog( $blog_id ) X-Ref |
param: int $blog_id return: int|void |
set_user( $user_id ) X-Ref |
param: int $user_id return: int|void |
cmpr_strlen( $a, $b ) X-Ref |
Sorts by strlen, longest string first. param: string $a param: string $b return: int |
get_page( $url, $username = '', $password = '', $head = false ) X-Ref |
Gets URL. param: string $url param: string $username param: string $password param: bool $head return: array |
bump_request_timeout( $val ) X-Ref |
Bumps up the request timeout for http requests. param: int $val return: int |
is_user_over_quota() X-Ref |
Checks if user has exceeded disk quota. return: bool |
min_whitespace( $text ) X-Ref |
Replaces newlines, tabs, and multiple spaces with a single space. param: string $text return: string |
stop_the_insanity() X-Ref |
Resets global variables that grow out of control during imports. |
get_cli_args( $param, $required = false ) X-Ref |
Returns value of command line params. Exits when a required param is not set. param: string $param param: bool $required return: mixed |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |