Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter esemlabel

    (@esemlabel)

    or “esc_attr” as it’s an attribute tag

    Plugin Author webriti

    (@priyanshumittal)

    Hi

    Thanks for mentioning this , will fix this in next update.

    Thanks
    Priyanshu

    Thread Starter esemlabel

    (@esemlabel)

    line 29
    $post_title = $post->post_title;
    replace with
    $post_title = esc_attr($post->post_title);

    and update is done)

    Plugin Author webriti

    (@priyanshumittal)

    Yes you are right the spacial characters breaking the html. Thanks for mentioning this corrected the package and updated.

    Plugin Author webriti

    (@priyanshumittal)

    Yes you are right the spacial characters breaking the html. Thanks @esemlabel for mentioning this corrected the package and updated.

    Thanks
    Priyanshu

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Escape HTML’ is closed to new replies.