wp_get_object_terms

wp_get_object_terms

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_get_object_terms') is found 1 times:

  • /wp-includes/taxonomy.php line 2349
    	 * @param string                          $taxonomies SQL fragment of taxonomy names from which terms were retrieved.
    	 * @param array                           $args       Array of arguments for retrieving terms for the given
    	 *                                                    object(s). See wp_get_object_terms() for details.
    	 */
    	return apply_filters( 'wp_get_object_terms', $terms, $object_ids, $taxonomies, $args );
    }
    
    /**
     * Adds a new term to the database.
     *
     * A non-existent term is inserted in the following sequence: