Skip to content

Instantly share code, notes, and snippets.

@dubpirate
Created December 15, 2021 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dubpirate/6a48190dcba0c295cb415409a7ad35bc to your computer and use it in GitHub Desktop.
Save dubpirate/6a48190dcba0c295cb415409a7ad35bc to your computer and use it in GitHub Desktop.
Accessing SPNet fields
<?php // There does not seem to be any documentation for spnet so I thought I would through this up. ?>
<?php echo get_post_meta($post->ID, 'spnet_XXXXXX', true); ?>
<?php // get_post_meta docs: https://developer.wordpress.org/reference/functions/get_post_meta/ ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment