Posts by Antonio Augusto Lopes • 1 point
1 post
-
0
votes0
answers33
viewsQ: Add variables in Wordpress SLUG
I’m trying to add variables to Slug Wordpress, I succeeded by adding in the following way: function add_var_post( $url, $id ) { $url = add_query_arg( 'version', 'teste', $url ); return $url; }…
wordpressasked Antonio Augusto Lopes 1