Use Current User ID with Pods for WordPress One way to filter the post content to get ID with Pods for WordPress... Pods Framework for WordPress, utility that's been around for time, offers lot of functionality that can make working with advanced content types, custom settings, and so on... Through the use of shortcodes, it's possible to perform some database queries to retrieve information to populate forms dynamically.. One use case that I see showing up in few results is how to populate shortcode with ID. But there's another way to do it... Let's say that you want to populate form with ID without shortcode you can do so through the use of token and filter.. To filter this, as opposed to using shortcode, you can do the following. This will look for specific token in the string, replace it, and then return it with Pods-friendly shortcode attribute to before the shortcode has been processed.. Then Pods will execute the query such that it looks something like this. If it's shortcodes, see the code linked in the intro otherwise, perhaps the filter works fine..
Read more