Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: get_submit_button() | Returns a submit button, with provided text and appropriate class |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_textarea() | Escaping for textarea values. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/pluggable.php: wp_create_nonce() | Creates a cryptographic token tied to a specific action, user, user session, and window of time. |
wp-includes/functions.php: wp_nonce_field() | Retrieve or display nonce hidden field for forms. |
wp-includes/functions.php: is_serialized() | Check value to find if it was serialized. |
wp-includes/functions.php: is_serialized_string() | Check whether serialized data is of string type. |
wp-includes/functions.php: maybe_unserialize() | Unserialize data only if it was serialized. |
wp-includes/meta.php: is_protected_meta() | Determines whether a meta key is considered protected. |