コード例 #1
0
/**
 * template theme default
 *
 * @since 1.0.0
 *
 * Change function's name stt2extat_theme_default
 *
 * @since 1.1.6
 *
 */
function stt2extat_tempate_index()
{
    return stt2extat_get_template_part('index');
}
コード例 #2
0
/**
 * template toggle view full post
 * @see content-toggle-fullpost.php
 *
 * @since 1.0.0
 *
 * rename function stt2extat_screenmeta_callback
 *
 * @since 1.1.6
 *
 */
function stt2extat_toggle_fullpost_callback()
{
    return stt2extat_get_template_part('toggle-fullpost');
}