WordPressのプラグイン「Stripe Payments」 商品一覧ページにカテゴリ機能を追加する様子をご紹介。
global $wpdb;
get_var()
get_col()
gettype()
var_dump()
foreach()
strpos() 文字列内の検索
if文
コード: https://github.com/oshimamasara/wordp...
プラグイン https://wordpress.org/plugins/stripe-...
SAMPLE Page https://codecamp.o-namae.com/%e3%82%a...
Stripe Payments に限らず、プラグインのデータベースを活用する例として参考になると思います。
text ...