Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
save_bvnghean.vn
/
wp-content
/
plugins
/
backupbuddy
/
classes
:
serverinfo.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php // http://ithemes.com // class pb_backupbuddy_serverinfo { /* get_wp_urls_paths() * * Gives an array of common WordPress URLs and file paths. * * @return array Contains multiple arrays of the format: * name => '' * title => '' * value => '' */ public static function get_wp_urls() { $items = array(); $wp_upload_dir = wp_upload_dir(); /* $items[] = array( 'title' => ', 'name' => , 'value' => , ); */ return $items; } } // end class.