PHP Interface Inpsyde\MultilingualPress\Relations\Post\Search\Search

Since: 3.0.0
Afficher le fichier Open project: inpsyde/multilingual-press Interface Usage Examples

Méthodes publiques

Méthode Description
get_posts ( RelationshipContext $context ) : WP_Pos\WP_Post[] Returns the latest/best-matching posts with respect to the given context.

Method Details

get_posts() public méthode

Returns the latest/best-matching posts with respect to the given context.
Since: 3.0.0
public get_posts ( RelationshipContext $context ) : WP_Pos\WP_Post[]
$context Inpsyde\MultilingualPress\Relations\Post\RelationshipContext Relationship context data object.
Résultat WP_Pos\WP_Post[] The latest/best-matching posts.