I try to find a plugin that can “auto insert” to post edit/add page a parameters by fill $get paramerts: for example:post.php?title=a&tags=ss,dds,aa
Ideas?
Answer
Why not use functions that can do your job without a hassle that using $_GET will create? Use the action init
to parse the $_GET array, and use the following functions with the parsed content.
Attribution
Source : Link , Question Author : ShadowPress , Answer Author : Rutwick Gangurde