Created
November 16, 2023 07:32
-
-
Save dumketo/7642c1bc6256ea68167242370939cb48 to your computer and use it in GitHub Desktop.
wp_get_post_terms
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$typeterms = wp_get_post_terms( $post->ID, array( 'property-category' ) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment