Skip to content

Post ID Shortcode

turned-on monitor
add_shortcode( 'postid', 'post_id_sh' );
function post_id_sh($atts, $content, $tag) {
	global $post;
	return get_the_ID();
}

Dieser Beitrag hat 0 Kommentare

Schreibe einen Kommentar

Deine E-Mail wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

An den Anfang scrollen