embedのカードリンクをphp内で実装
$pidに、post_idを格納。
$embedurlが、カードリンクのリンク。
$embedurl = 'https://itnote.grasspress.jp/'.$pid.'.html';
if ( ! empty( $embedurl ) ) {
$eurl = apply_filters( 'the_content', "" . $embedurl . "" );
echo $eurl;
}
$pidに、post_idを格納。
$embedurlが、カードリンクのリンク。
$embedurl = 'https://itnote.grasspress.jp/'.$pid.'.html';
if ( ! empty( $embedurl ) ) {
$eurl = apply_filters( 'the_content', "" . $embedurl . "" );
echo $eurl;
}