Lesson 21: Use of meta_query parameter in wp_query object

Описание к видео Lesson 21: Use of meta_query parameter in wp_query object

In this video we used meta_query parameter in wp_query object to filter custom post types based on custom fields.
we have practically tested all the parameters like key, value, compare and type in meta_query. Also during video we tested ‘LIKE’, ‘NOT LIKE’, ‘IN’, ‘NOT IN’,‘REGEXP’ parameters for compare and also equal to, not equal to, greater than, less than, greater than or equal to, less than or equal to are practically performed. we used type parameter of meta_query as well and tested it with 'char', 'NUMERIC' and it can be further tested for other parameters as well like ‘NUMERIC’, ‘BINARY’, ‘CHAR’, ‘DATE’, ‘DATETIME’, ‘DECIMAL’, ‘SIGNED’, ‘TIME’, ‘UNSIGNED’. The default value of type is CHAR. All the resources of this lesson is in txt file which is uploaded here

https://drive.google.com/file/d/1a1sZ...

Комментарии

Информация по комментариям в разработке