wpcom_json_api_objects, terms
wpcom_json_api_objects, terms
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('wpcom_json_api_objects, terms') is found 4 times:
- /json-endpoints/class.wpcom-json-api-get-term-endpoint.php line 74
Warning: Undefined array key 78 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 79 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
return $term; } /** This action is documented in json-endpoints/class.wpcom-json-api-site-settings-endpoint.php */ do_action( 'wpcom_json_api_objects', 'terms' ); return $term; } }
- /json-endpoints/class.wpcom-json-api-update-term-endpoint.php line 203
return $return; } /** This action is documented in json-endpoints/class.wpcom-json-api-site-settings-endpoint.php */ do_action( 'wpcom_json_api_objects', 'terms' ); return $return; } /** * Update a term. *
- /json-endpoints/class.wpcom-json-api-update-term-endpoint.php line 260
return $return; } /** This action is documented in json-endpoints/class.wpcom-json-api-site-settings-endpoint.php */ do_action( 'wpcom_json_api_objects', 'terms' ); return $return; } /** * Delete a term. *
- /json-endpoints/class.wpcom-json-api-update-term-endpoint.php line 292
return $return; } /** This action is documented in json-endpoints/class.wpcom-json-api-site-settings-endpoint.php */ do_action( 'wpcom_json_api_objects', 'terms' ); wp_delete_term( $term->term_id, $taxonomy ); return array( 'slug' => (string) $term->slug, 'success' => true,