Uses
Uses | Description |
---|---|
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/http.php: wp_safe_remote_post() | Retrieve the raw response from a safe HTTP request using the POST method. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/wp-db.php: wpdb::query() | Performs a MySQL database query, using current database connection. |
wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |