WordPress/Action Hook, Filter Hook, Function
[Wordpress] do_shortcode() function
cpu21
2018. 7. 8. 17:27
do_shortcode() function
do_shortcode( string $content, bool $ignore_html = false )
Search content for shortcodes and filter shortcodes through their hooks.
[Wordpress] 위젯없이 php 파일에 shortcode 삽입법
<?php echo do_shortcode('[mb_latest name="notice" title="공지사항" list_size="5" style=""]'); ?>
: 망보드에서 최신글을 뽑아올 때 쓰는 쇼트코드
- 출처 : illustudio 블로그 - 코르니유의 비밀 > 일상/잡상 > 워드프레스 – 위젯 없이 PHP 파일에 바로 쇼트코드(SHORTCODE) 삽입하기
https://developer.wordpress.org/reference/functions/do_shortcode/
https://www.thewordcracker.com/basic/shortcode-do_shortcode-function/