Skip to content

Month: January 2020

PHP WordPress Print List Of Categories And Their Information

PHP WordPress Print List Of Categories And Their Information A quick copy-paste function to print all your categories and dump some of their crucial information out. function print_all_categories_html() { $categories = get_categories( array( ‘orderby’ => ‘name’, ‘order’ => ‘ASC’ )…

Enjoyed the content ? Share it with your friends !