Uses
| Uses | Description |
|---|---|
| wp-includes/taxonomy.php: edit_term_taxonomy | Fires immediate before a term-taxonomy relationship is updated. |
| wp-includes/taxonomy.php: edited_term_taxonomy | Fires immediately after a term-taxonomy relationship is updated. |
| wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
| wp-includes/wp-db.php: wpdb::get_var() | Retrieves one variable from the database. |
| wp-includes/wp-db.php: wpdb::update() | Updates a row in the table. |
| wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |