Reply To: urlencode error message…

Home Forums Support urlencode error message… Reply To: urlencode error message…

Home Forums Support urlencode error message… Reply To: urlencode error message…

#162845
Tom
Lead Developer
Lead Developer

Hmm, so here’s the block the plugin is having trouble with:

$links = paginate_links( array(
	'add_args' => array_map( 'urlencode', $query_args ),
) );

It’s a pretty standard piece of code when doing paginated links for your blog.

Does the author of that plugin have any idea why their code would cause a conflict with the above?