pods_url_variable
pods_url_variable は非推奨だそうです。使うなら pods_v()
pods_url_variable() is deprecated, so when you are not in WP_DEBUG mode it works. You should be using pods_v() instead though.
こちらのページに書かれています
http://pods.io/forums/topic/pods_url_variable/
こういう使い方
// get current item
$slug = pods_v( ‘last’, ‘url’ );
// get pods object for current item
$pods = pods( ‘pod_name’, $slug );
最近のコメント