get_linkobjectsbyname


get_linkobjectsbyname ( $cat_name = "noname", $orderby = 'name', $limit = -1 )

Parameters:
  • (string) cat_name Optional. The category name to use. If no match is found, uses all. Default 'noname'.
  • (string) orderby Optional. The order to output the links. E.g. 'id', 'name', 'url', 'description', 'rating', or 'owner'. Default 'name'. If you start the name with an underscore, the order will be reversed. Specifying 'rand' as the order will return links in a random order.
  • (int) limit Optional. Limit to X entries. If not specified, all entries are shown. Default -1.
See:
Returns:
  • (array)
Defined at:

Description

Gets an array of link objects associated with category $cat_name.$links = get_linkobjectsbyname( 'fred' ); foreach ( $links as $link ) { echo '
  • ' . $link->link_name . '
  • '; }

    Related Functions

    get_linksbyname, get_linkobjects, get_linkcatname, wp_get_linksbyname, get_object_subtype

    Top Google Results

    User discussions

    wpseek mobile