In my system, the post id from URL is a string.
But $this->field('id',..) returns integer ID. E.g. '6' === 6, thus it
will always fails the check.
Loading
Please sign in to comment
But $this->field('id',..) returns integer ID. E.g. '6' === 6, thus it
will always fails the check.