Sorry,
1) please try modify the PHP codes like this:
function author_id_func( $atts ){
return get_the_author_meta('ID');
}
add_shortcode( 'author_id', 'author_id_func' );
2) put the shortcode [author_id] into your content
Sorry,
1) please try modify the PHP codes like this:
function author_id_func( $atts ){
return get_the_author_meta('ID');
}
add_shortcode( 'author_id', 'author_id_func' );
2) put the shortcode [author_id] into your content