How to use date_rewrite_rules filter in WordPress

date_rewrite_rules filter Likely date archives would include /yyyy/, /yyyy/mm/, and /yyyy/mm/dd/. To use date_rewrite_rules filter, first you have to register it using add_filter. You can write this code into functions.php of your activated theme or in a custom WordPress Plugin. We at Flipper Code, always prefer to create a custom WordPress Plugin while using hooks […]

How to use date_query_valid_columns filter in WordPress

date_query_valid_columns filter Filters the list of valid date query columns. To use date_query_valid_columns filter, first you have to register it using add_filter. You can write this code into functions.php of your activated theme or in a custom WordPress Plugin. We at Flipper Code, always prefer to create a custom WordPress Plugin while using hooks so […]