Additional Inherited Members |
| | __construct ($filename) |
| | activate () |
| | deactivate () |
| | deactivate_me () |
| | admin_init () |
| | admin_uninstall () |
| | load_language ($domain= '') |
| | _ ($string) |
| | uninstall () |
| | query ($query, $wpdb=null) |
| | query_single ($query) |
| | query_insert_id ($query) |
| | sql_encode ($object) |
| | sql_decode ($string) |
| | sql_table_exists ($table_name) |
| | get_user_role () |
| | roles_as_options () |
| | role_at_least ($role) |
| | user_id () |
| | delete_option ($option) |
| | delete_local_option ($option) |
| | delete_site_option ($option) |
| | fix_option_name ($option) |
| | deregister_options () |
| | get_option ($option) |
| | get_local_option ($option, $default=false) |
| | get_site_option ($option, $default=false) |
| | register_options () |
| | update_option ($option, $value) |
| | update_local_option ($option, $value) |
| | update_site_option ($option, $value) |
| | display_message ($type, $string) |
| | message ($string) |
| | message_ ($string, $args= '') |
| | Convenience function to translate and then create a message from a string and optional sprintf arguments.
|
| | error ($string) |
| | error_ ($string, $args= '') |
| | Convenience function to translate and then create an error message from a string and optional sprintf arguments.
|
| | array_insert ($array, $position, $new_array) |
| | Insert an array into another.
|
| | array_sort_subarrays ($array, $key) |
| | Sort an array of arrays using a specific key in the subarray as the sort key.
|
| | array_rekey ($array, $key) |
| | array_to_object ($array, $object=null) |
| | ago ($time_string, $time=null) |
| | check_plain ($text) |
| | display_form_table ($inputs, $options=array()) |
| | display_form_table_row ($input, $form=null) |
| | download ($filepath, $options=array()) |
| | Output a file to the browser for downloading.
|
| | filters ($filter_name) |
| | form ($options=array()) |
| | hash ($string, $type= 'sha512') |
| | implode_html ($prefix, $suffix, $array) |
| | Implode an array in an HTML-friendly way.
|
| | minmax ($number, $min, $max) |
| | mime_type ($filename) |
| | now () |
| | object_to_array ($object) |
| | p ($string, $args= '') |
| | wpautop's a string, using sprintf to replace arguments.
|
| | p_ ($string, $args= '') |
| | wpautop's a translated string, using sprintf to replace arguments.
|
| | rmdir ($directory) |
| | send_mail ($mail_data) |
| | slug ($string) |
| | strip_post_slashes ($post=null) |
| | strtolower ($string) |
| | strtoupper ($string) |
| | tab_slug ($string) |
| | tabs ($options) |
| | time () |
| | wrap ($title, $text) |
| | Outputs the text in Wordpress admin's panel format.
|
| | $paths = array() |