Ama

Ama

Did You Know?

Ama theme has private reply feature, that only admins can see.

Ama

Tabs Widget

Estimated reading: 3 minutes 666 views

Normal Tab

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Nostra scelerisque fuga wisi aenean.

Process Tab

Try the Docly API in seconds. Create your first customer, charge, and more by following the step below.

2 Comments

  • Demo User

    October 13, 2020

    Wouldn’t it be better practice to use get_the_title(..) in this case? directly accessing the post object’s data member would bypass applying filters and enforcing protected and private settings, unless that’s explicitly desired.

    Reply
  • Demo User

    October 13, 2020

    If you need special things—[shortcodes], paragraph tags, anything exciting—in the content, you should apply the filters as opposed to using do_shortcode().

    $post = get_post( 42 );
    $output = apply_filters( \’the_content\’, $post->post_content );

    Thanks

    Reply

Leave a Comment

Share this Doc
CONTENTS