wp_get_object_terms

wp_get_object_terms

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_get_object_terms') is found 1 times:

  • /wp-includes/taxonomy.php line 2357
    2353
    2354
    2355
    2356
    2357
    2358
    2359
    2360
    2361
    2362
    2363
         * @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: