Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

获得文章类型名称 #20

Open
deepthan opened this issue Jan 28, 2018 · 0 comments
Open

获得文章类型名称 #20

deepthan opened this issue Jan 28, 2018 · 0 comments

Comments

@deepthan
Copy link
Owner

<?php 
    $post_type =get_post_type(36);
    //假设id为36的文章类型为附件类型attachment
    echo $post_type;
    //打印出attachment
?>
        
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant