wp/wp-includes/class-wp-list-util.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
    74 		return $this->output;
    74 		return $this->output;
    75 	}
    75 	}
    76 
    76 
    77 	/**
    77 	/**
    78 	 * Filters the list, based on a set of key => value arguments.
    78 	 * Filters the list, based on a set of key => value arguments.
       
    79 	 *
       
    80 	 * Retrieves the objects from the list that match the given arguments.
       
    81 	 * Key represents property name, and value represents property value.
       
    82 	 *
       
    83 	 * If an object has more properties than those specified in arguments,
       
    84 	 * that will not disqualify it. When using the 'AND' operator,
       
    85 	 * any missing properties will disqualify it.
    79 	 *
    86 	 *
    80 	 * @since 4.7.0
    87 	 * @since 4.7.0
    81 	 *
    88 	 *
    82 	 * @param array  $args     Optional. An array of key => value arguments to match
    89 	 * @param array  $args     Optional. An array of key => value arguments to match
    83 	 *                         against each object. Default empty array.
    90 	 *                         against each object. Default empty array.